The trait OwenIt\Auditing\Audit requires some properties which are not provided by OwenIt\Auditing\Models\Audit: $new_values, $event, $auditable, $tags, $old_values, $user
Loading history...
10
11
/**
12
* {@inheritdoc}
13
*/
14
protected $guarded = [];
15
16
/**
17
* {@inheritdoc}
18
*/
19
protected $casts = [
20
'old_values' => 'json',
21
'new_values' => 'json',
22
// Note: Please do not add 'auditable_id' in here, as it will break non-integer PK models