Skip to content

Commit 5401c16

Browse files
Litianotaylorotwell
authored andcommitted
Update CallbackEvent.php (#19834)
1 parent ce7251c commit 5401c16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Console/Scheduling/CallbackEvent.php

+2
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ public function withoutOverlapping()
101101
"A scheduled event name is required to prevent overlapping. Use the 'name' method before 'withoutOverlapping'."
102102
);
103103
}
104+
105+
$this->withoutOverlapping = true;
104106

105107
return $this->skip(function () {
106108
return $this->mutex->exists($this);

0 commit comments

Comments
 (0)