connection = config('queue.default'); $this->queue = Job::TESTING_QUEUE; } /** * handle the queue job execution process */ public function handle(): void { } }