Skip to content

Commit

Permalink
add migrations folder to providers
Browse files Browse the repository at this point in the history
  • Loading branch information
mobinpo committed Feb 13, 2019
1 parent 7e79a02 commit c947a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private function loadMigrations()
$this->loadMigrationsFrom($migrationsPath);

$this->publishes([
$migrationsPath => database_path(),
$migrationsPath => database_path('migrations'),
], 'migrations');
}

Expand Down

0 comments on commit c947a89

Please sign in to comment.