Skip to content

Commit

Permalink
remove unnecessary letter from migrations path in model command
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Gaal committed Aug 15, 2023
1 parent 6a90e94 commit 99bfeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/MakeModelCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function setup(NameResolver $nameResolver): void

beyond_copy_stub(
'migration.create.stub',
base_path()."/modules/$module/Infrastructure/Database/Migrationsx/$fileName.php",
base_path()."/modules/$module/Infrastructure/Database/Migrations/$fileName.php",
[
'{{ table }}' => $tableName,
],
Expand Down

0 comments on commit 99bfeb8

Please sign in to comment.