Skip to content

Commit a993295

Browse files
committed
修正
1 parent f92db88 commit a993295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/queue/failed/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static function __make(Db $db, $config)
4141
*/
4242
public function log($connection, $queue, $payload, $exception)
4343
{
44-
$failed_at = Carbon::now();
44+
$fail_time = Carbon::now()->toDateTimeString();
4545

4646
$exception = (string) $exception;
4747

0 commit comments

Comments
 (0)