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
Since this PR, templating can be disabled with the following configuration:
framework:
templating: false
Using this causes the following error to arise:
[Symfony\Component\DependencyInjection\Exception\InvalidArgumentException]
Unable to replace alias "fos_rest.templating" with actual definition "templating".
[Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException]
You have requested a non-existent service "templating".