Skip to content

Commit 17fbc4a

Browse files
author
Zeling Ning
authored
Update databases.php
1 parent 414d7c3 commit 17fbc4a

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)