1
0
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:
Tristan Darricau
2015-07-09 21:50:34 +02:00
parent fc34057f28
commit c1deeab318
2 changed files with 10 additions and 20 deletions

View File

@@ -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
*/