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

Commit 9e0cf67

Browse files
committed
Merge branch '2.3' into 2.6
* 2.3: Fix yaml as @ is forbidden in YAML 1.2
2 parents 89e81d3 + 3f03976 commit 9e0cf67

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)