From c1deeab318b5a2c168f044a6a3d0f2d0897b8cd9 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Thu, 9 Jul 2015 21:50:34 +0200 Subject: [ticket/11444] Fix services definition PHPBB3-11444 --- phpBB/phpbb/notification/type/bookmark.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'phpBB/phpbb') diff --git a/phpBB/phpbb/notification/type/bookmark.php b/phpBB/phpbb/notification/type/bookmark.php index 59423ca248..5b3fc3a1f2 100644 --- a/phpBB/phpbb/notification/type/bookmark.php +++ b/phpBB/phpbb/notification/type/bookmark.php @@ -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 */ -- cgit v1.2.1