Skip to content

Commit e4003fa

Browse files
committed
bugf fixed.
1 parent 13cf452 commit e4003fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/migration-generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'enabled' => ['pivot'],
1212
],
1313
],
14-
'migration_dir' => database_path() . DIRECTORY_SEPARATOR . 'migrations' . DIRECTORY_SEPARATOR,
14+
'migration_dir' => database_path('migrations'),
1515
],
1616
'definitions' => [
1717
'table' => [

0 commit comments

Comments
 (0)