mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-24 03:57:27 +08:00
fix: resolve PHPStan static analysis warnings
This commit is contained in:
@@ -12,6 +12,7 @@ class Payment extends Model
|
||||
protected $casts = [
|
||||
'created_at' => 'timestamp',
|
||||
'updated_at' => 'timestamp',
|
||||
'config' => 'array'
|
||||
'config' => 'array',
|
||||
'enable' => 'boolean'
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user