Skip to content

Commit

Permalink
Merge pull request phpbb#6054 from senky/ticket/16593
Browse files Browse the repository at this point in the history
[ticket/16593] Define params in the constructor
  • Loading branch information
marc1706 committed Oct 8, 2020
2 parents 857cec0 + b494e6b commit c694e86
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ public function __construct(config $config, container_factory $container,
$this->language = $container->get('language');
$this->phpbb_dispatcher = $container->get('dispatcher');
$this->user = $container->get('user');
$this->phpbb_root_path = $phpbb_root_path;
$this->php_ext = $php_ext;

parent::__construct(true);
}
Expand Down

0 comments on commit c694e86

Please sign in to comment.