photo = $photo; } /** * Execute the job. * * @return void */ public function handle() { Log::info('Moving: '.$this->photo->id); } }