Skip to content

Commit f8eeb08

Browse files
authored
Merge pull request #169 from zombozo12/master
Disable un-published migration
2 parents 56e7e18 + 1939b8c commit f8eeb08

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/FollowServiceProvider.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,5 @@ public function boot()
1515
$this->publishes([
1616
\dirname(__DIR__) . '/migrations/' => database_path('migrations'),
1717
], 'migrations');
18-
19-
if ($this->app->runningInConsole()) {
20-
$this->loadMigrationsFrom(\dirname(__DIR__) . '/migrations/');
21-
}
2218
}
2319
}

0 commit comments

Comments
 (0)