This commit is contained in:
ct
2025-07-16 15:49:30 +08:00
parent d4c5fb5589
commit 6c8a69173e
24 changed files with 594 additions and 64 deletions

View File

@@ -21,7 +21,6 @@ public function __construct(
private int $contentId,
private string $contentName,
private string $selectionMethod,
private ?string $searchQuery,
private Carbon $actionAt,
private ?string $userAgent,
private ?string $ipAddress,
@@ -39,7 +38,6 @@ public function handle(): void
'content_id' => $this->contentId,
'content_name' => $this->contentName,
'selection_method' => $this->selectionMethod,
'search_query' => $this->searchQuery,
'action_at' => $this->actionAt,
'user_agent' => $this->userAgent,
'ip_address' => $this->ipAddress,