duplicate AND ($x=$photo->moveable()) === TRUE) { Log::info(sprintf('%s: Need to Move [%s]',__METHOD__,$photo->id.'|'.serialize($x))); $this->dispatch((new PhotoMove($photo))->onQueue('move')); } }); } /** * Register any application services. * * @return void */ public function register() { // } }