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 0c15b40 commit 227e5d6Copy full SHA for 227e5d6
src/SentEmailsServiceProvider.php
@@ -19,6 +19,10 @@ public function boot(): void
19
$this->loadViewsFrom(__DIR__.'/resources/views', 'sentemails');
20
$this->loadRoutesFrom(__DIR__.'/routes/web.php');
21
22
+ if ($this->app->runningUnitTests()) {
23
+ $this->loadMigrationsFrom(__DIR__.'/database/migrations');
24
+ }
25
+
26
if ($this->app->runningInConsole()) {
27
28
$this->publishes([
0 commit comments