user->id; } public function handle(AiCategorizationGate $gate, AiCategorizer $categorizer): void { if (! $gate->allows($this->user)) { return; } $categorizer->backfill($this->user); } }