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 6470e34 commit 430bdbaCopy full SHA for 430bdba
src/ReporterServiceProvider.php
@@ -22,6 +22,6 @@ public function boot()
22
$this->loadMigrationsFrom(__DIR__.'/../database/migrations');
23
}
24
25
- BootExtension::boot();
+ Reporter::boot();
26
27
0 commit comments