Skip to content

Commit

Permalink
Merge pull request #11 from raniesantos/boot-migrations
Browse files Browse the repository at this point in the history
load migrations in provider boot method
  • Loading branch information
Anton Komarev committed Feb 16, 2018
2 parents 99ab934 + 4bb99a4 commit 051ca85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Providers/LoveServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public function boot()
$this->registerConsoleCommands();
$this->registerObservers();
$this->registerPublishes();
$this->loadMigrationsFrom(__DIR__.'/../../database/migrations');
}

/**
Expand Down

0 comments on commit 051ca85

Please sign in to comment.