diff --git a/config/config.php b/config/config.php index 58656d1..3819640 100644 --- a/config/config.php +++ b/config/config.php @@ -9,7 +9,7 @@ | This is the Auth model used by Teamwork. | */ - 'user_model' => config('auth.providers.users.model', App\User::class), + 'user_model' => config('auth.providers.users.model', App\Models\User::class), /* |--------------------------------------------------------------------------