diff options
Diffstat (limited to 'phpBB/phpbb/captcha/factory.php')
-rw-r--r-- | phpBB/phpbb/captcha/factory.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/captcha/factory.php b/phpBB/phpbb/captcha/factory.php index 838f8a4ccd..19c2f46e89 100644 --- a/phpBB/phpbb/captcha/factory.php +++ b/phpBB/phpbb/captcha/factory.php @@ -34,7 +34,7 @@ class factory * @param \Symfony\Component\DependencyInjection\ContainerInterface $container * @param \phpbb\di\service_collection $plugins */ - public function __construct(\Symfony\Component\DependencyInjection\ContainerInterface $container,\phpbb\di\service_collection $plugins) + public function __construct(\Symfony\Component\DependencyInjection\ContainerInterface $container, \phpbb\di\service_collection $plugins) { $this->container = $container; $this->plugins = $plugins; |