Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
|
@ -22,6 +22,14 @@ system.404:
|
|||
requirements:
|
||||
_access: 'TRUE'
|
||||
|
||||
system.4xx:
|
||||
path: '/system/4xx'
|
||||
defaults:
|
||||
_controller: '\Drupal\system\Controller\Http4xxController:on4xx'
|
||||
_title: 'Client error'
|
||||
requirements:
|
||||
_access: 'TRUE'
|
||||
|
||||
system.admin:
|
||||
path: '/admin'
|
||||
defaults:
|
||||
|
|
Reference in a new issue