mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 15:31:42 +02:00
[ticket/13266] Enable the debug extension in the development environment
PHPBB3-13266
This commit is contained in:
@@ -41,3 +41,6 @@ services:
|
||||
- @router
|
||||
tags:
|
||||
- { name: twig.extension }
|
||||
|
||||
template.twig.extensions.debug:
|
||||
class: Twig_Extension_Debug
|
||||
|
@@ -3,3 +3,6 @@ imports:
|
||||
|
||||
core:
|
||||
require_dev_dependencies: true
|
||||
|
||||
twig:
|
||||
enable_debug_extension: true
|
||||
|
Reference in New Issue
Block a user