- added SEO-URL-Mode
- added Language support
This commit is contained in:
parent
fe7bacd2f6
commit
ccf2f506f0
13 changed files with 201 additions and 7 deletions
|
|
@ -48,7 +48,7 @@ class DatabaseHandler
|
|||
}
|
||||
}
|
||||
|
||||
public function getOne(string $query, array $args): ?array
|
||||
public function getOne(string $query, array $args): ?DatabaseObject
|
||||
{
|
||||
$data = $this->getAll($query, $args);
|
||||
if (count($data) > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue