This commit is contained in:
hgc 2024-12-23 16:31:07 +08:00
parent 8361f6b9ae
commit 44c095af4f
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ class ThirdUser extends Model
// 字段类型映射 // 字段类型映射
protected $casts = [ protected $casts = [
'id' => 'int', // 'id' => 'int',
]; ];
// 与广告主模型的关联 // 与广告主模型的关联

View File

@ -57,7 +57,7 @@ return [
// 自定义分页类 // 自定义分页类
'bootstrap' => '', 'bootstrap' => '',
// 'schema' => 'public'// 设置默认 schema // 'schema' => 'public'// 设置默认 schema
'debug' => false, 'debug' => true,
// 'fields_strict' => false, // 'fields_strict' => false,
], ],
], ],