mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/11444] Fix services definition
PHPBB3-11444
This commit is contained in:
@@ -48,14 +48,6 @@ class bookmark extends \phpbb\notification\type\post
|
||||
'group' => 'NOTIFICATION_GROUP_POSTING',
|
||||
);
|
||||
|
||||
/** @var \phpbb\config\config */
|
||||
protected $config;
|
||||
|
||||
public function set_config(\phpbb\config\config $config)
|
||||
{
|
||||
$this->config = $config;
|
||||
}
|
||||
|
||||
/**
|
||||
* Is available
|
||||
*/
|
||||
|
Reference in New Issue
Block a user