Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 707ec3c

Browse files
committed
Merge branch '2.6' into 2.7
* 2.6: Fix yaml as @ is forbidden in YAML 1.2
2 parents 9d15be0 + 9e0cf67 commit 707ec3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/routing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
app:
2-
resource: @AppBundle/Controller/
2+
resource: "@AppBundle/Controller/"
33
type: annotation

0 commit comments

Comments
 (0)