We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8ce0f commit 00d73f4Copy full SHA for 00d73f4
1 file changed
src/QueueCount.php
@@ -71,7 +71,7 @@ public function handle()
71
$JobDetails = json_decode($job->payload);
72
$this->info( $job->queue
73
.' | '. $JobDetails->displayName
74
- . '|' . Carbon::parse($job->available_at)->diffForHumans());
+ . '|' . Carbon::createFromTimestamp($job->available_at)->diffForHumans());
75
});
76
77
if ($this->option('live') ){
0 commit comments