From 54533fc037d83d4975ba61a36dbce1e0356e28e9 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 20 Oct 2015 13:57:31 -0700 Subject: [PATCH] spacing --- config/queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/queue.php b/config/queue.php index 6ea2a304..0037b381 100644 --- a/config/queue.php +++ b/config/queue.php @@ -88,7 +88,7 @@ 'failed' => [ 'database' => env('DB_CONNECTION', 'mysql'), - 'table' => 'failed_jobs', + 'table' => 'failed_jobs', ], ];