Skip to content

Commit c7fe361

Browse files
committed
fix for lumen service provider
1 parent df99c20 commit c7fe361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Spekkionu/ZendAcl/ZendAclLumenServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function register()
3434
{
3535
$this->app->configure('zendacl');
3636

37-
$this->app['acl'] = $this->app->singleton(function (Application $app) {
37+
$this->app->singleton(function (Application $app) {
3838
$acl = new Acl;
3939
if (file_exists(base_path('app/Http/acl.php'))) {
4040
include base_path('app/Http/acl.php');

0 commit comments

Comments
 (0)