File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 33namespace Acacha \AdminLTETemplateLaravel \Providers ;
44
55use Acacha \AdminLTETemplateLaravel \Facades \AdminLTE ;
6- use Acacha \User \Providers \GuestUserServiceProvider ;
76use Creativeorange \Gravatar \Facades \Gravatar ;
87use Creativeorange \Gravatar \GravatarServiceProvider ;
98use Illuminate \Console \DetectsApplicationNamespace ;
@@ -52,23 +51,12 @@ public function register()
5251 $ this ->registerGravatarServiceProvider ();
5352 }
5453
55- if (config ('adminlte.guestuser ' , true )) {
56- $ this ->registerGuestUserProvider ();
57- }
5854 if (config ('auth.providers.users.field ' , 'email ' ) === 'username ' &&
5955 config ('adminlte.add_nullable_username ' , true )) {
6056 $ this ->loadMigrationsFrom (ADMINLTETEMPLATE_PATH .'/database/migrations/username_login ' );
6157 }
6258 }
6359
64- /**
65- * Register Guest User Provider.
66- */
67- protected function registerGuestUserProvider ()
68- {
69- $ this ->app ->register (GuestUserServiceProvider::class);
70- }
71-
7260 /**
7361 * Register Gravatar Service Provider.
7462 */
You can’t perform that action at this time.
0 commit comments