Skip to content

Commit

Permalink
fix time
Browse files Browse the repository at this point in the history
  • Loading branch information
fredbradley committed Apr 16, 2024
1 parent f434288 commit 520506f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/CachePupilTimetables.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function handle(): int
$timeToComplete = $start->diffInSeconds(now());
$this->newLine(2);
$this->comment(sprintf('Processed in %s',
CarbonInterval::seconds(185)
CarbonInterval::seconds($timeToComplete)
->cascade()
->forHumans()));

Expand Down

0 comments on commit 520506f

Please sign in to comment.