This commit is contained in:
grandeljay 2022-06-10 17:06:26 +02:00
parent b5e332463b
commit b9372e71f3

View file

@ -8,8 +8,14 @@ namespace wishthis\Cache;
class Query extends Cache
{
/**
* Private
*/
private Database $databse;
/**
* Public
*/
public function __construct($url)
{
global $database;