-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
When upgrading Symfony from 2.8.2 to 2.8.3 I have noticed that the following no longer works:
return $this->container->get('templating')->renderResponse(
'@BaseBundle/SubDir/Resources/views/view.html.twig', []
);
Directory structure: /src/Base/SubDir/Resources/views/view.html.twig
Symfony throws an exception saying that the view cannot be found inside app/Resources/views
.
Metadata
Metadata
Assignees
Labels
No labels