update auth getter name

This commit is contained in:
yggverse 2024-08-03 03:11:07 +03:00
parent 8fd93b0219
commit cec95047dd
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ interface Connection
public function unsetRequest(): void;
public function getAuth(): bool;
public function isAuth(): bool;
public function setAuth(
bool $auth