num = $num; } /** * Execute the job. * * @return void */ public function handle() { // Log::info('Hello, '.$this->num); sleep(10); } }