Test that a deleted backup makes an audit log entry
This commit is contained in:
parent
d33522c857
commit
d3e3b1db38
4 changed files with 83 additions and 2 deletions
|
@ -69,6 +69,7 @@ class AuditLog extends Model
|
|||
* @var string[]
|
||||
*/
|
||||
protected $casts = [
|
||||
'is_system' => 'bool',
|
||||
'device' => 'array',
|
||||
'metadata' => 'array',
|
||||
];
|
||||
|
|
Reference in a new issue