We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2ae0e commit d845021Copy full SHA for d845021
helper/packager.php
@@ -203,6 +203,7 @@ protected function get_template_engine()
203
204
$path_helper = $this->phpbb_container->get('path_helper');
205
$environment = new environment(
206
+ $this->phpbb_container->get('assets.bag'),
207
$config,
208
$this->phpbb_container->get('filesystem'),
209
$path_helper,
0 commit comments