user = $user; } /** * Execute the job. * * @return void */ public function handle() { app(Initializer::class)->run($this->user); } }