aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/module_base.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/install/module_base.php')
-rw-r--r--phpBB/phpbb/install/module_base.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/phpbb/install/module_base.php b/phpBB/phpbb/install/module_base.php
index 60eaa79139..a933d4987c 100644
--- a/phpBB/phpbb/install/module_base.php
+++ b/phpBB/phpbb/install/module_base.php
@@ -24,11 +24,6 @@ use phpbb\install\helper\iohandler\iohandler_interface;
abstract class module_base implements module_interface
{
/**
- * @var ContainerInterface
- */
- protected $container;
-
- /**
* @var config
*/
protected $install_config;