From 571d10f4238e9aeeb50e64813e774c651b97f333 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 7 Oct 2021 20:33:55 +0200 Subject: [PATCH] wip #4765 --- ...eAuthProvider.php => CubistSocialiteAuthServiceProvider.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/{CubistSocialiteAuthProvider.php => CubistSocialiteAuthServiceProvider.php} (92%) diff --git a/src/CubistSocialiteAuthProvider.php b/src/CubistSocialiteAuthServiceProvider.php similarity index 92% rename from src/CubistSocialiteAuthProvider.php rename to src/CubistSocialiteAuthServiceProvider.php index 56d51cf..dd7668b 100644 --- a/src/CubistSocialiteAuthProvider.php +++ b/src/CubistSocialiteAuthServiceProvider.php @@ -7,7 +7,7 @@ use Illuminate\Http\Request; use Illuminate\Support\Facades\Auth; use Laravel\Socialite\Facades\Socialite; -class CubistSocialiteAuthProvider extends AuthServiceProvider +class CubistSocialiteAuthServiceProvider extends AuthServiceProvider { /** * Register any application authentication / authorization services. -- 2.39.5