WIP
This commit is contained in:
@@ -29,7 +29,7 @@ class GenerateFullscreen implements ShouldQueue
|
||||
|
||||
public function handle(): void
|
||||
{
|
||||
if ($this->batch()->cancelled()) {
|
||||
if (method_exists($this, 'batch') && $this->batch()?->cancelled()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user