mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge pull request #4800 from Nicofuma/ticket/15180
[ticket/15180] Adjust \phpbb\di\extension\core::TWIG_OPTIONS_POSITION
This commit is contained in:
commit
623058b08c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ use Symfony\Component\HttpKernel\DependencyInjection\Extension;
|
|||
*/
|
||||
class core extends Extension
|
||||
{
|
||||
const TWIG_OPTIONS_POSITION = 6;
|
||||
const TWIG_OPTIONS_POSITION = 7;
|
||||
|
||||
/**
|
||||
* Config path
|
||||
|
|
Loading…
Add table
Reference in a new issue