Rename cache directory to wishes
This commit is contained in:
parent
115c6eb385
commit
8643b3ab55
1 changed files with 1 additions and 1 deletions
2
src/classes/cache/embed.php
vendored
2
src/classes/cache/embed.php
vendored
|
@ -19,7 +19,7 @@ class Embed extends Cache
|
||||||
{
|
{
|
||||||
parent::__construct($url);
|
parent::__construct($url);
|
||||||
|
|
||||||
$this->directory .= '/cache';
|
$this->directory .= '/wishes';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function get(bool $generateCache = false): \stdClass
|
public function get(bool $generateCache = false): \stdClass
|
||||||
|
|
Loading…
Reference in a new issue