mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +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(
|
||||
'SELECT * FROM `session`'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue