We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179967b commit 91f4dd6Copy full SHA for 91f4dd6
src/Illuminate/Console/Scheduling/ScheduleListCommand.php
@@ -81,7 +81,7 @@ public function handle(Schedule $schedule)
81
*/
82
protected function displayJson(Collection $events, DateTimeZone $timezone)
83
{
84
- $this->output->writeln($events->map(function ($event) use ($timezone) {
+ $this->output->writeln($events->map(function ($event) use ($timezone) {
85
$nextDueDate = $this->getNextDueDateForEvent($event, $timezone);
86
87
$command = $event->command ?? '';
0 commit comments