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', ], ];