From 5215a33beb155bae4fc851c5f5f026eaecb9bd30 Mon Sep 17 00:00:00 2001 From: Nicolas LEFEVRE Date: Sat, 13 Oct 2018 17:02:27 +0200 Subject: [PATCH] [Routing] Fix path ressource Fix path ressource in `config/routes/annotations.yml` --- routing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing.rst b/routing.rst index 4728ab8bf74..526fd6b5408 100644 --- a/routing.rst +++ b/routing.rst @@ -224,7 +224,7 @@ with a locale. This can be done by defining a different prefix for each locale # config/routes/annotations.yaml controllers: - resource: '../src/Controller/' + resource: '../../src/Controller/' type: annotation prefix: en: '' # don't prefix URLs for English, the default locale