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 414d7c3 commit 17fbc4aCopy full SHA for 17fbc4a
config/autoload/databases.php
@@ -30,7 +30,7 @@
30
'max_idle_time' => (float) env('DB_MAX_IDLE_TIME', 60),
31
],
32
'commands' => [
33
- 'db:model' => [
+ 'gen:model' => [
34
'path' => 'app/Model',
35
'force_casts' => true,
36
'inheritance' => 'Model',
0 commit comments