From 862291eaac7f16255b9d3404fff28de7e7e50138 Mon Sep 17 00:00:00 2001 From: farid saravi Date: Tue, 27 Aug 2019 05:59:35 +0430 Subject: [PATCH] back to one gaurd --- config/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/auth.php b/config/auth.php index 9cea72a..770cdcb 100644 --- a/config/auth.php +++ b/config/auth.php @@ -72,7 +72,7 @@ return [ 'providers' => [ 'users' => [ 'driver' => 'eloquent', - 'model' => App\User::class, + 'model' => WM\Core\Models\User::class, ], 'users-core' => [