mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-17 20:08:52 +00:00
🤖 Auto commit for release 'develop' on 2025-11-09
This commit is contained in:
@@ -139,6 +139,7 @@ class Authenticate
|
||||
app('session')->flash('logoutMessage', $message);
|
||||
// @noinspection PhpUndefinedMethodInspection
|
||||
$this->auth->logout();
|
||||
|
||||
// @phpstan-ignore-line (thinks function is undefined)
|
||||
throw new AuthenticationException('Blocked account.', $guards);
|
||||
}
|
||||
|
||||
@@ -45,8 +45,8 @@ class Binder
|
||||
public function __construct(/**
|
||||
* The authentication factory instance.
|
||||
*/
|
||||
protected Auth $auth)
|
||||
{
|
||||
protected Auth $auth
|
||||
) {
|
||||
$this->binders = Domain::getBindables();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user