Skip to content

Commit

Permalink
Apply fixes from StyleCI (#19836)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Jun 30, 2017
1 parent 5401c16 commit 8af5a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Console/Scheduling/CallbackEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 8af5a28

Please sign in to comment.