Skip to content

Commit abda36b

Browse files
author
daydaygo
committed
merge: branch 'master' of github.com:hyperf-cloud/hyperf-skeleton
2 parents b62d520 + cddac3f commit abda36b

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)