Skip to content

Commit e3cbee5

Browse files
authored
Merge pull request #3 from frowhy/fix-bug
add run boot in provider
2 parents 6f4dd53 + 430bdba commit e3cbee5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ReporterServiceProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ public function boot()
2121

2222
$this->loadMigrationsFrom(__DIR__.'/../database/migrations');
2323
}
24+
25+
Reporter::boot();
2426
}
2527
}

0 commit comments

Comments
 (0)