mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update auth getter name
This commit is contained in:
parent
8fd93b0219
commit
cec95047dd
2 changed files with 2 additions and 2 deletions
|
|
@ -228,7 +228,7 @@ abstract class Connection implements \Yggverse\Yoda\Interface\Model\Connection
|
|||
);
|
||||
}
|
||||
|
||||
public function getAuth(): bool
|
||||
public function isAuth(): bool
|
||||
{
|
||||
return boolval(
|
||||
$this->_pool->get(
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ interface Connection
|
|||
|
||||
public function unsetRequest(): void;
|
||||
|
||||
public function getAuth(): bool;
|
||||
public function isAuth(): bool;
|
||||
|
||||
public function setAuth(
|
||||
bool $auth
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue