Issue #2457695 by alexpott: Make app.root.factory private

8.0.x
webchick 2015-03-29 15:46:10 -07:00
parent 70f8ac6f31
commit 03931c0b55
1 changed files with 1 additions and 0 deletions

View File

@ -539,6 +539,7 @@ services:
app.root.factory:
class: Drupal\Core\AppRootFactory
arguments: ['@kernel']
public: false
controller_resolver:
class: Drupal\Core\Controller\ControllerResolver
arguments: ['@class_resolver']