mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
fix return data type
This commit is contained in:
parent
5c3ada2362
commit
c632cbc7a2
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ class Database
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getSession(): ?object
|
public function getSession(): ?array
|
||||||
{
|
{
|
||||||
$query = $this->_database->query(
|
$query = $this->_database->query(
|
||||||
'SELECT * FROM `session`'
|
'SELECT * FROM `session`'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue