File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ A custom route loader does not enable your bundle to inject routes
16
16
without the need to modify the routing configuration
17
17
(e.g. ``app/config/routing.yml ``) manually.
18
18
If your bundle provides routes, whether via a configuration file, like
19
- the `WebProfilerBundle ` does, or via a custom route loader, like the
19
+ the `WebProfilerBundle ` does, or via a custom route loader, like the
20
20
`FOSRestBundle `_ does, an entry in the routing configuration is always
21
21
necessary.
22
22
@@ -46,7 +46,7 @@ Take these lines from the ``routing.yml`` in the Symfony Standard Edition:
46
46
47
47
# app/config/routing.yml
48
48
app :
49
- resource : @AppBundle/Controller/
49
+ resource : " @AppBundle/Controller/"
50
50
type : annotation
51
51
52
52
When the main loader parses this, it tries all registered delegate loaders and calls
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ TwigBundle Configuration ("twig")
35
35
36
36
# The following were added in Symfony 2.3.
37
37
# See http://twig.sensiolabs.org/doc/recipes.html#using-the-template-name-to-set-the-default-escaping-strategy
38
- autoescape_service : ~ # Example: @my_service
38
+ autoescape_service : ~ # Example: " @my_service"
39
39
autoescape_service_method : ~ # use in combination with autoescape_service option
40
40
base_template_class : ~ # Example: Twig_Template
41
41
cache : " %kernel.cache_dir%/twig"
You can’t perform that action at this time.
0 commit comments