rename config 'routing' to 'routes'

This commit is contained in:
Tchama 2020-07-31 14:49:16 +02:00
parent e517c72194
commit cd07426885
10 changed files with 9 additions and 9 deletions

View File

@ -180,7 +180,7 @@ class ChillMainExtension extends Extension implements PrependExtensionInterface,
$container->prependExtensionConfig('chill_main', array(
'routing' => array(
'resources' => array(
'@ChillMainBundle/config/routing.yml'
'@ChillMainBundle/config/routes.yaml'
)
)

View File

@ -1,33 +1,33 @@
chill_main_admin_permissionsgroup:
resource: "@ChillMainBundle/config/routing/permissionsgroup.yml"
resource: "@ChillMainBundle/config/routes/permissionsgroup.yml"
prefix: "{_locale}/admin/permissionsgroup"
chill_main_admin_user:
resource: "@ChillMainBundle/config/routing/user.yml"
resource: "@ChillMainBundle/config/routes/user.yml"
prefix: "{_locale}/admin/user"
chill_main_admin_scope:
resource: "@ChillMainBundle/config/routing/scope.yml"
resource: "@ChillMainBundle/config/routes/scope.yml"
prefix: "{_locale}/admin/scope"
chill_main_admin:
resource: "@ChillMainBundle/config/routing/center.yml"
resource: "@ChillMainBundle/config/routes/center.yml"
prefix: "{_locale}/admin/center"
chill_main_exports:
resource: "@ChillMainBundle/config/routing/exports.yml"
resource: "@ChillMainBundle/config/routes/exports.yml"
prefix: "{_locale}/exports"
chill_postal_code:
resource: "@ChillMainBundle/config/routing/postal-code.yml"
resource: "@ChillMainBundle/config/routes/postal-code.yml"
prefix: "{_locale}/postal-code"
chill_password:
resource: "@ChillMainBundle/config/routing/password.yml"
resource: "@ChillMainBundle/config/routes/password.yml"
prefix: "{_locale}/password"
chill_password_recover:
resource: "@ChillMainBundle/config/routing/password_recover.yml"
resource: "@ChillMainBundle/config/routes/password_recover.yml"
prefix: "public/{_locale}/password"
root: