Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 19fdbf6

Browse files
committed
Update the_router.rst
I have received this error when I run server with `php app/console server:run` > Invalid type for path "cmf_routing.dynamic.persistence.phpcr.route_basepaths". Expected array, but got string Seeing this page, the way I changed looks proper. http://symfony.com/doc/current/cmf/bundles/routing/configuration.html#phpcr
1 parent 33f5418 commit 19fdbf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

quick_tour/the_router.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ new routes in ``/cms/routes``:
9696
dynamic:
9797
persistence:
9898
phpcr:
99-
route_basepaths: /cms/routes
99+
route_basepaths:
100+
- /cms/routes
100101
# /cms/routes is the default base path, the above code is
101102
# equivalent to:
102103
# phpcr: true

0 commit comments

Comments
 (0)