Skip to content

Commit

Permalink
fixed bugs with migration when running vender:publish
Browse files Browse the repository at this point in the history
  • Loading branch information
delino12 committed Jun 8, 2020
1 parent d2c4e67 commit 665a69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FootprintServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class FootprintServiceProvider extends ServiceProvider
*/
public function boot(){
// body
$db_path = __DIR__ . '/../database/migrations/';
$db_path = __DIR__ . '/migrations/';
$this->loadMigrationsFrom(__DIR__.'/migrations');
$this->loadRoutesFrom(__DIR__.'/routes.php');
$this->loadViewsFrom(__DIR__.'/views', 'footprint');
Expand Down

0 comments on commit 665a69a

Please sign in to comment.