delay = now()->addSeconds($delayInSeconds); } /** * Execute the job. * * @return void */ public function handle() { \Log::info('Test delay job executed at ' . now()); } }