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

@ -228,7 +228,7 @@ abstract class Connection implements \Yggverse\Yoda\Interface\Model\Connection
); );
} }
public function getAuth(): bool public function isAuth(): bool
{ {
return boolval( return boolval(
$this->_pool->get( $this->_pool->get(

View file

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