From 0898381839e8e7d99f87bbd7b7d5c05a09bb054a Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 3 Dec 2015 12:28:41 -0600 Subject: [PATCH] update name to reflect purpose --- config/auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/auth.php b/config/auth.php index 8d8c14a6..7449b045 100644 --- a/config/auth.php +++ b/config/auth.php @@ -23,10 +23,10 @@ return [ | */ - 'guard' => 'session', + 'guard' => 'app', 'guards' => [ - 'session' => [ + 'app' => [ 'driver' => 'session', 'provider' => 'eloquent', ],