X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/1c8c9e65c5379ed4b21b8f893f589df183fb5ff0..refs/pull/494/head:/config/auth.php diff --git a/config/auth.php b/config/auth.php index 0f2d5a69c..ceeab5c71 100644 --- a/config/auth.php +++ b/config/auth.php @@ -69,7 +69,7 @@ return [ 'providers' => [ 'users' => [ - 'driver' => env('AUTH_METHOD', 'eloquent'), + 'driver' => env('AUTH_METHOD', 'standard') === 'standard' ? 'eloquent' : env('AUTH_METHOD'), 'model' => BookStack\User::class, ],