mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 14:26:58 +00:00
Remove static references
This commit is contained in:
@@ -595,7 +595,7 @@ class ProfileController extends Controller
|
||||
}
|
||||
/** @var User $user */
|
||||
$user = auth()->user();
|
||||
Log::info(sprintf('User #%d has opted to delete their account', auth()->user()->id));
|
||||
app('log')->info(sprintf('User #%d has opted to delete their account', auth()->user()->id));
|
||||
// make repository delete user:
|
||||
auth()->logout();
|
||||
session()->flush();
|
||||
|
Reference in New Issue
Block a user