Skip to content

Commit 8492dd6

Browse files
committed
Name templates explicitly
Use case sensitive directory name; the default naming strategy for magically finding templates has changed in sesnio/framework-extra-bundle.
1 parent 58f1734 commit 8492dd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Controller/GuideController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function __construct(array $shortcodeTags)
3030
}
3131

3232
/**
33-
* @Template()
33+
* @Template(template="@WebfactoryShortcode/Guide/list.html.twig")
3434
*
3535
* @return array
3636
*/
@@ -42,7 +42,7 @@ public function listAction()
4242
}
4343

4444
/**
45-
* @Template()
45+
* @Template(template="@WebfactoryShortcode/Guide/detail.html.twig")
4646
*
4747
* @return array
4848
*/

0 commit comments

Comments
 (0)