Skip to content

Commit 36ac24d

Browse files
Migrations are publishable, they don't need to be loaded (#255)
1 parent 3fb33e5 commit 36ac24d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ServiceProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ public function boot()
6565

6666
$this->mergeConfigFrom($config = __DIR__.'/../config/eloquent-driver.php', 'statamic-eloquent-driver');
6767

68-
$this->loadMigrationsFrom(__DIR__.'/../database/migrations');
69-
7068
if (! $this->app->runningInConsole()) {
7169
return;
7270
}

0 commit comments

Comments
 (0)