moved routing specific configuration to the symfony/routing recipe

This commit is contained in:
Fabien Potencier
2017-06-12 11:30:18 -07:00
parent ddb06c520e
commit ce297904d4
4 changed files with 3 additions and 2 deletions
@@ -1,3 +0,0 @@
framework:
router:
strict_requirements: true
@@ -12,5 +12,3 @@ framework:
#fragments: ~
php_errors:
log: true
router:
strict_requirements: null
@@ -1,8 +0,0 @@
#index:
# path: /
# defaults: { _controller: 'App\Controller\DefaultController::index' }
# Depends on sensio/framework-extra-bundle:^3.0 and doctrine/annotations
#controllers:
# resource: ../src/Controller/
# type: annotation