Skip to content

Commit

Permalink
Apply fixes from StyleCI (#31896)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Mar 10, 2020
1 parent 11196e7 commit 9a414ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Console/Scheduling/Schedule.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function __construct($timezone = null)
{
$this->timezone = $timezone;

if (!class_exists(Container::class)) {
if (! class_exists(Container::class)) {
throw new RuntimeException(
'The container implementation is required to use the scheduler. Please install illuminate/container.'
);
Expand Down

0 comments on commit 9a414ba

Please sign in to comment.