更新
This commit is contained in:
parent
8361f6b9ae
commit
44c095af4f
@ -17,7 +17,7 @@ class ThirdUser extends Model
|
||||
|
||||
// 字段类型映射
|
||||
protected $casts = [
|
||||
'id' => 'int',
|
||||
// 'id' => 'int',
|
||||
];
|
||||
|
||||
// 与广告主模型的关联
|
||||
|
@ -57,7 +57,7 @@ return [
|
||||
// 自定义分页类
|
||||
'bootstrap' => '',
|
||||
// 'schema' => 'public'// 设置默认 schema
|
||||
'debug' => false,
|
||||
'debug' => true,
|
||||
// 'fields_strict' => false,
|
||||
],
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user