Skip to content

Commit

Permalink
Removed deprecated and not used argument. (#49304)
Browse files Browse the repository at this point in the history
  • Loading branch information
Muetze42 authored Dec 10, 2023
1 parent d6ecd07 commit 0d5072b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Illuminate/Foundation/Console/ModelMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ protected function createMigration()
$this->call('make:migration', [
'name' => "create_{$table}_table",
'--create' => $table,
'--fullpath' => true,
]);
}

Expand Down

0 comments on commit 0d5072b

Please sign in to comment.