Added photo:update to update signatures
This commit is contained in:
@@ -23,7 +23,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
Photo::saved(function($photo) {
|
||||
if (! $photo->duplicate AND ($x=$photo->moveable()) === TRUE)
|
||||
{
|
||||
Log::info(__METHOD__.': Need to Move: '.$photo->id.'|'.serialize($x));
|
||||
Log::info(sprintf('%s: Need to Move [%s]',__METHOD__,$photo->id.'|'.serialize($x)));
|
||||
$this->dispatch((new PhotoMove($photo))->onQueue('move'));
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user