From 948fce8fbc12ef30b7fd12baf2fd93494e9affcb Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 8 Oct 2021 17:58:53 +0200 Subject: [PATCH] wip #4765 --- src/CubistSocialiteAuthServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CubistSocialiteAuthServiceProvider.php b/src/CubistSocialiteAuthServiceProvider.php index af20339..7db11d9 100644 --- a/src/CubistSocialiteAuthServiceProvider.php +++ b/src/CubistSocialiteAuthServiceProvider.php @@ -10,7 +10,7 @@ use Laravel\Socialite\Facades\Socialite; class CubistSocialiteAuthServiceProvider extends AuthServiceProvider { /** - * Register any application authentication / authorization services. + * Register any application authentication / authorization services * * @return void */ -- 2.39.5