Added photo:update to update signatures
This commit is contained in:
@@ -33,7 +33,7 @@ class PhotoMove extends Job implements ShouldQueue
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
Log::info(__METHOD__.' Moving: '.$this->photo->id);
|
||||
Artisan::call('photo:move',['--id' => $this->photo->id]);
|
||||
Log::info(sprintf('%s: Moving [%s]',__METHOD__,$this->photo->id));
|
||||
Artisan::call('photo:move',['--id' => $this->photo->id]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user