mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 20:38:46 +00:00
Merge branch 'develop' into 5.8-dev
# Conflicts: # app/Exceptions/Handler.php # config/firefly.php
This commit is contained in:
@@ -69,8 +69,6 @@ class RemoteUserProvider implements UserProvider
|
||||
$roleObject = Role::where('name', 'owner')->first();
|
||||
$user->roles()->attach($roleObject);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Log::debug(sprintf('Going to return user #%d (%s)', $user->id, $user->email));
|
||||
|
||||
|
Reference in New Issue
Block a user