Skip to content

Commit

Permalink
remove published migration
Browse files Browse the repository at this point in the history
  • Loading branch information
merodiro committed Jul 8, 2017
1 parent dc4146e commit f0c8fc0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/FriendshipsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ class FriendshipsServiceProvider extends ServiceProvider
*/
public function boot()
{
$this->publishes([
__DIR__.'/migrations' => $this->app->databasePath().'/migrations',
], 'migrations');

$this->loadMigrationsFrom(__DIR__.'/migrations');
}

Expand Down

0 comments on commit f0c8fc0

Please sign in to comment.