'array', 'new_values' => 'array', 'created_at' => 'datetime', ]; } /** * Get the admin that created the log. */ public function admin(): BelongsTo { return $this->belongsTo(User::class, 'admin_id'); } }