From f2348b7897ae84e7e0d9e1ea8dfaa8d3c784bfb4 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 30 Oct 2015 18:19:00 +0000 Subject: [PATCH] Tweaked alignment --- config/auth.php | 4 ++-- config/queue.php | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/auth.php b/config/auth.php index 7f4a87fb..99d06307 100644 --- a/config/auth.php +++ b/config/auth.php @@ -59,8 +59,8 @@ */ 'password' => [ - 'email' => 'emails.password', - 'table' => 'password_resets', + 'email' => 'emails.password', + 'table' => 'password_resets', 'expire' => 60, ], diff --git a/config/queue.php b/config/queue.php index 0037b381..9d30238e 100644 --- a/config/queue.php +++ b/config/queue.php @@ -37,8 +37,8 @@ 'database' => [ 'driver' => 'database', - 'table' => 'jobs', - 'queue' => 'default', + 'table' => 'jobs', + 'queue' => 'default', 'expire' => 60, ], @@ -67,10 +67,10 @@ ], 'redis' => [ - 'driver' => 'redis', + 'driver' => 'redis', 'connection' => 'default', - 'queue' => 'default', - 'expire' => 60, + 'queue' => 'default', + 'expire' => 60, ], ], @@ -87,8 +87,8 @@ */ 'failed' => [ - 'database' => env('DB_CONNECTION', 'mysql'), - 'table' => 'failed_jobs', + 'database' => env('DB_CONNECTION', 'mysql'), + 'table' => 'failed_jobs', ], ];