Skip to content

Commit

Permalink
Merge pull request #169 from zombozo12/master
Browse files Browse the repository at this point in the history
Disable un-published migration
  • Loading branch information
overtrue authored Jan 23, 2022
2 parents 56e7e18 + 1939b8c commit f8eeb08
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/FollowServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,5 @@ public function boot()
$this->publishes([
\dirname(__DIR__) . '/migrations/' => database_path('migrations'),
], 'migrations');

if ($this->app->runningInConsole()) {
$this->loadMigrationsFrom(\dirname(__DIR__) . '/migrations/');
}
}
}

0 comments on commit f8eeb08

Please sign in to comment.