Skip to content

Commit 21b9ccb

Browse files
Cs-fix
1 parent 786a258 commit 21b9ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DoctrineServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function boot()
4040
{
4141
$this->extendAuthManager();
4242

43-
$this->app['events']->listen('router.matched', function () {
43+
$this->app['events']->listen('router.matched', function () {
4444
$this->app->make(ExtensionManager::class)->boot();
4545
});
4646

0 commit comments

Comments
 (0)