From: Vincent Vanwaelscappel Date: Thu, 7 Oct 2021 14:40:55 +0000 (+0200) Subject: wip #4765 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=cb673496e0e7ab0d73a4191d808abd3430287d3a;p=cubist_socialite.git wip #4765 --- diff --git a/.idea/deployment.xml b/.idea/deployment.xml index 60dbce0..6ac59bf 100644 --- a/.idea/deployment.xml +++ b/.idea/deployment.xml @@ -1,12 +1,15 @@ - + - + + + + @@ -145,8 +148,11 @@ - + + + + @@ -353,5 +359,6 @@ + \ No newline at end of file diff --git a/src/CubistSocialiteServiceProvider.php b/src/CubistSocialiteServiceProvider.php new file mode 100644 index 0000000..66359c4 --- /dev/null +++ b/src/CubistSocialiteServiceProvider.php @@ -0,0 +1,29 @@ +loadTranslationsFrom(realpath($resourcesDir . '/lang'), self::NAMESPACE); + $this->loadRoutesFrom($base . '/routes/socialite.php'); + //$this->publishes([$resourcesDir . '/config/cubist.php' => config_path('cubist.php')], 'config'); + $this->loadViewsFrom(realpath($resourcesDir . '/views'), self::NAMESPACE); + } +} \ No newline at end of file diff --git a/src/SocialiteServiceProvider.php b/src/SocialiteServiceProvider.php deleted file mode 100644 index 8ac9e1c..0000000 --- a/src/SocialiteServiceProvider.php +++ /dev/null @@ -1,29 +0,0 @@ -loadTranslationsFrom(realpath($resourcesDir . '/lang'), self::NAMESPACE); - $this->loadRoutesFrom($base . '/routes/socialite.php'); - //$this->publishes([$resourcesDir . '/config/cubist.php' => config_path('cubist.php')], 'config'); - $this->loadViewsFrom(realpath($resourcesDir . '/views'), self::NAMESPACE); - } -} \ No newline at end of file