Add intro note to services.yaml and routes.yaml

This commit is contained in:
Nicolas Grekas
2018-07-01 11:07:33 +02:00
parent f480647bdf
commit 3567ee215e
2 changed files with 6 additions and 0 deletions
@@ -1,3 +1,6 @@
# This file is the entry point to configure your own services.
# Files in the packages/ subdirectory configure your dependencies.
# Put parameters here that don't need to change on each machine where the app is deployed
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
parameters:
+3
View File
@@ -1,3 +1,6 @@
# This file is the entry point to configure your own HTTP routes.
# Files in the routes/ subdirectory configure the routes for your dependencies.
#index:
# path: /
# defaults: { _controller: 'App\Controller\DefaultController::index' }