Skip to content

Commit

Permalink
Tweak config.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Mar 12, 2019
1 parent fd3bee9 commit aabc123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Console/Migrations/Packages.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function setPackagePath(string $packagePath)
*/
protected function getPackageMigrationPaths(string $package): array
{
return collect($this->option('path') ?: 'resources/migrations')
return collect($this->option('path') ?: 'database/migrations')
->map(function ($path) use ($package) {
return $this->packagePath.'/'.$package.'/'.$path;
})->all();
Expand Down

0 comments on commit aabc123

Please sign in to comment.