diff --git a/src/SPanel/Provider.php b/src/SPanel/Provider.php index 0f1efdd..28032d1 100644 --- a/src/SPanel/Provider.php +++ b/src/SPanel/Provider.php @@ -96,7 +96,7 @@ protected function getMaxUsernameLength(): int * @throws \RuntimeException * @throws \Throwable */ - protected function _getInfo(?string $username, string $message): AccountInfo + protected function _getInfo(string $username, string $message): AccountInfo { $info = $this->api()->getAccountData($username);