belongsTo(ActivityLog::class); } public function subject(): MorphTo { return $this->morphTo()->withoutGlobalScope(SoftDeletingScope::class); } }