迁移并合并医生问诊评价接口
This commit is contained in:
@@ -34,7 +34,7 @@ return [
|
||||
'commands' => [
|
||||
'gen:model' => [
|
||||
'path' => 'app/Model', //模型路径
|
||||
'force_casts' => true, //是否强制重置 casts 参数
|
||||
'force_casts' => false, //是否强制重置 casts 参数
|
||||
'inheritance' => 'Model', //父类
|
||||
'uses' => '', //配合 inheritance 使用
|
||||
'refresh_fillable' => true, //是否刷新 fillable 参数
|
||||
|
||||
Reference in New Issue
Block a user