Skip to content

Commit cddac3f

Browse files
authored
Merge pull request #22 from NiZerin/patch-1
Update databases.php
2 parents 414d7c3 + 17fbc4a commit cddac3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/autoload/databases.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'max_idle_time' => (float) env('DB_MAX_IDLE_TIME', 60),
3131
],
3232
'commands' => [
33-
'db:model' => [
33+
'gen:model' => [
3434
'path' => 'app/Model',
3535
'force_casts' => true,
3636
'inheritance' => 'Model',

0 commit comments

Comments
 (0)