Skip to content

Commit

Permalink
delete unpublished migration call
Browse files Browse the repository at this point in the history
  • Loading branch information
zombozo12 committed Jan 22, 2022
1 parent 56e7e18 commit 1939b8c
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 1939b8c

Please sign in to comment.