We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b8bf5 commit 0b5a31bCopy full SHA for 0b5a31b
Resolver/ExplicitTemplateResolver.php
@@ -5,7 +5,7 @@
5
use Symfony\Cmf\Component\Routing\RouteObjectInterface;
6
7
/**
8
- * If the route object provides a 'template' field in the defaults, return
+ * If the route object provides a '_template' field in the defaults, return
9
* the configured generic controller to handle this content
10
*
11
* @author David Buchmann
@@ -32,7 +32,7 @@ public function __construct($genericController)
32
}
33
34
35
- * Checks if the defaults specify a 'template' and if so returns the
+ * Checks if the defaults specify a '_template' and if so returns the
36
* generic controller
37
38
* {@inheritDoc}
0 commit comments