mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-23 07:08:08 +09:00
Updates to vendors etc
This commit is contained in:
@@ -14,7 +14,7 @@ class TwoFactorAuthenticationRequiredException extends RuntimeException
|
||||
* @param int $code
|
||||
* @param Throwable|null $previous
|
||||
*/
|
||||
public function __construct(string $type, int $code = 0, Throwable $previous = null)
|
||||
public function __construct(string $type, int $code = 0, ?Throwable $previous = null)
|
||||
{
|
||||
$this->type = $type;
|
||||
parent::__construct('Two factor authentication is enabled on this account', $code, $previous);
|
||||
|
||||
Reference in New Issue
Block a user