Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jul 8, 2020
1 parent ccf4792 commit 89a7160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Support/ScheduledTasks/Tasks/CommandTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static function canHandleEvent(Event $event): bool
return false;
}

return str_contains($event->command, "'artisan'");
return Str::contains($event->command, "'artisan'");
}

public function defaultName(): ?string
Expand Down

0 comments on commit 89a7160

Please sign in to comment.