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