Skip to content

Commit d845021

Browse files
committed
Fix Twig creation
1 parent 9a2ae0e commit d845021

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helper/packager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ protected function get_template_engine()
203203

204204
$path_helper = $this->phpbb_container->get('path_helper');
205205
$environment = new environment(
206+
$this->phpbb_container->get('assets.bag'),
206207
$config,
207208
$this->phpbb_container->get('filesystem'),
208209
$path_helper,

0 commit comments

Comments
 (0)