'array', 'new_values' => 'array', ]; } public function user() { return $this->belongsTo(User::class); } public function auditable() { return $this->morphTo(); } }