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