diff --git a/src/Illuminate/Console/Scheduling/CallbackEvent.php b/src/Illuminate/Console/Scheduling/CallbackEvent.php index 7db7e1fe266a..135268745d85 100644 --- a/src/Illuminate/Console/Scheduling/CallbackEvent.php +++ b/src/Illuminate/Console/Scheduling/CallbackEvent.php @@ -101,7 +101,7 @@ public function withoutOverlapping() "A scheduled event name is required to prevent overlapping. Use the 'name' method before 'withoutOverlapping'." ); } - + $this->withoutOverlapping = true; return $this->skip(function () {