Archived
1
0
Fork 0

app/library/Services.php: use acl.yml

This commit is contained in:
Henrik Hautakoski 2018-09-30 23:51:02 +02:00
parent 80a8cdca3f
commit bd37c593e4
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA

View file

@ -70,7 +70,8 @@ class Services extends DiDefault
'app.yml',
'routes.yml',
'menu.yml',
'local.yml'
'local.yml',
'acl.yml'
);
$basePath = APP_PATH . '/app/config/';
@ -351,7 +352,7 @@ class Services extends DiDefault
protected function _initAcl()
{
return new Acl();
return new Acl($this->get('config')->acl);
}
protected function _initSharedLogger()