mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
Code cleanup
This commit is contained in:
@@ -144,8 +144,7 @@ class UserRepository implements UserRepositoryInterface
|
||||
* @param User $user
|
||||
*
|
||||
* @return bool
|
||||
*
|
||||
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function destroy(User $user): bool
|
||||
{
|
||||
@@ -294,7 +293,6 @@ class UserRepository implements UserRepositoryInterface
|
||||
$user->blocked_code = '';
|
||||
$user->save();
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user