WIP
This commit is contained in:
@@ -27,8 +27,7 @@ class RotateImage implements ShouldQueue
|
||||
$this->destination = $this->image->album_id . '/original/' . $this->image->id . '.avif';
|
||||
}
|
||||
|
||||
public function handle(): void
|
||||
{
|
||||
public function handle(): void {
|
||||
if (method_exists($this, 'batch') && $this->batch()?->cancelled()) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user