We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cf452 commit e4003faCopy full SHA for e4003fa
src/Config/migration-generator.php
@@ -11,7 +11,7 @@
11
'enabled' => ['pivot'],
12
],
13
14
- 'migration_dir' => database_path() . DIRECTORY_SEPARATOR . 'migrations' . DIRECTORY_SEPARATOR,
+ 'migration_dir' => database_path('migrations'),
15
16
'definitions' => [
17
'table' => [
0 commit comments