This commit is contained in:
2024-06-21 19:27:40 +02:00
parent 813874a847
commit 071eb18792
32 changed files with 285 additions and 1654 deletions

View File

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