connection = config('queue.default'); $this->queue = Job::TESTING_QUEUE; } /** * handle the queue job execution process * * @throws \Exception */ public function handle(): void { throw new Exception('cli.test.job'); } }