We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df99c20 commit c7fe361Copy full SHA for c7fe361
src/Spekkionu/ZendAcl/ZendAclLumenServiceProvider.php
@@ -34,7 +34,7 @@ public function register()
34
{
35
$this->app->configure('zendacl');
36
37
- $this->app['acl'] = $this->app->singleton(function (Application $app) {
+ $this->app->singleton(function (Application $app) {
38
$acl = new Acl;
39
if (file_exists(base_path('app/Http/acl.php'))) {
40
include base_path('app/Http/acl.php');
0 commit comments