mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Update meta files.
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user