belongsTo(User::class, 'causer_id'); } // Optional: shortcut public function getCauserNameAttribute(): ?string { return $this->user?->name; } }