null, 'workspace_id' => (int) $workspace->getKey(), 'actor_id' => $actor?->getKey() ?? $actorId, 'actor_email' => $actor?->email ?? $actorEmail, 'actor_name' => $actor?->name ?? $actorName, 'action' => $action, 'resource_type' => $resourceType, 'resource_id' => $resourceId, 'status' => $status, 'metadata' => $sanitizedMetadata, 'recorded_at' => CarbonImmutable::now(), ]); } }