This commit is contained in:
grandeljay 2022-06-14 10:32:35 +02:00
parent 6c637cd24c
commit 6c33bd7322

View file

@ -11,7 +11,7 @@ class Query extends Cache
/** /**
* Private * Private
*/ */
private Database $databse; private \wishthis\Database $database;
/** /**
* Public * Public
@ -23,7 +23,7 @@ class Query extends Cache
parent::__construct($url); parent::__construct($url);
$this->directory .= '/query'; $this->directory .= '/query';
$this->database = $database; $this->database = $database;
} }
public function get(): array public function get(): array