Update meta files.

This commit is contained in:
James Cole
2020-06-22 18:08:23 +02:00
parent bcb9794315
commit c251ca5daf
5 changed files with 209 additions and 171 deletions

View File

@@ -52,8 +52,6 @@ class AuthServiceProvider extends ServiceProvider
*/
public function boot(): void
{
Log::debug('Boot() of AuthServiceProvider');
Auth::provider(
'remote_user_provider', function ($app, array $config) {
//Log::debug('Creating remote_user_provider in Closure');