Refactor
This commit is contained in:
parent
b5e332463b
commit
b9372e71f3
1 changed files with 6 additions and 0 deletions
6
src/classes/cache/query.php
vendored
6
src/classes/cache/query.php
vendored
|
@ -8,8 +8,14 @@ namespace wishthis\Cache;
|
|||
|
||||
class Query extends Cache
|
||||
{
|
||||
/**
|
||||
* Private
|
||||
*/
|
||||
private Database $databse;
|
||||
|
||||
/**
|
||||
* Public
|
||||
*/
|
||||
public function __construct($url)
|
||||
{
|
||||
global $database;
|
||||
|
|
Loading…
Reference in a new issue