🤖 Auto commit for release 'develop' on 2025-11-09

This commit is contained in:
JC5
2025-11-09 09:11:55 +01:00
parent 68183a0a0e
commit a498169148
78 changed files with 183 additions and 179 deletions

View File

@@ -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);
}

View File

@@ -45,8 +45,8 @@ class Binder
public function __construct(/**
* The authentication factory instance.
*/
protected Auth $auth)
{
protected Auth $auth
) {
$this->binders = Domain::getBindables();
}