We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f92db88 commit a993295Copy full SHA for a993295
1 file changed
src/queue/failed/Database.php
@@ -41,7 +41,7 @@ public static function __make(Db $db, $config)
41
*/
42
public function log($connection, $queue, $payload, $exception)
43
{
44
- $failed_at = Carbon::now();
+ $fail_time = Carbon::now()->toDateTimeString();
45
46
$exception = (string) $exception;
47
0 commit comments