Added photo:update to update signatures

This commit is contained in:
Deon George
2016-06-30 21:34:18 +10:00
parent f089c33b8b
commit 90c4468c43
10 changed files with 185 additions and 12 deletions

View File

@@ -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]);
}
}