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 786a258 commit 21b9ccbCopy full SHA for 21b9ccb
src/DoctrineServiceProvider.php
@@ -40,7 +40,7 @@ public function boot()
40
{
41
$this->extendAuthManager();
42
43
- $this->app['events']->listen('router.matched', function () {
+ $this->app['events']->listen('router.matched', function () {
44
$this->app->make(ExtensionManager::class)->boot();
45
});
46
0 commit comments