userId); Log::info('----------entrou disparo-------------'); if (! $user) { return; } Log::info('tem user'); try { $pushNotificationService->sendToUser( $user, new NovaOportunidadePush($this->district, $this->dateLabel, $this->quantity) ); } catch (\Throwable $exception) { Log::error('Falha ao enviar push de nova oportunidade', [ 'user_id' => $this->userId, 'schedule_id' => $this->scheduleId, 'error' => $exception->getMessage(), ]); } } }