From 8dbd2ae2fa19c5b5564bce1fbf269b93851277c1 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 25 Mar 2017 09:34:50 -0700 Subject: [PATCH] fixed typo --- symfony/framework-bundle/etc/routing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/framework-bundle/etc/routing.yaml b/symfony/framework-bundle/etc/routing.yaml index 8cd6906c..0b118181 100644 --- a/symfony/framework-bundle/etc/routing.yaml +++ b/symfony/framework-bundle/etc/routing.yaml @@ -4,5 +4,5 @@ # if annotations are enabled #controllers: -# resource: src/Controller/ +# resource: ../src/Controller/ # type: annotation