You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the 2.7 branch.
Discussion
----------
[FrameworkBundle] Check if templating is enabled.
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #13710
| License | MIT
| Doc PR | -
templating can be disabled.
Commits
-------
c75b276 [FrameworkBundle] Check if templating is enabled.
https://github.com/symfony/symfony/blob/2.7/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php#L59 assumes the
templating
key to be available, but shouldn’t there be anisset
check, astemplating
can be optional?The text was updated successfully, but these errors were encountered: