mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +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(
|
return boolval(
|
||||||
$this->_pool->get(
|
$this->_pool->get(
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue