Rename cache directory for better clarity

This commit is contained in:
grandeljay 2022-06-13 12:13:03 +02:00
parent 5354dc163d
commit 1b4a9ab987

View file

@ -27,7 +27,7 @@ class Embed extends Cache
{
parent::__construct($url);
$this->directory .= '/wishes';
$this->directory .= '/embed';
}
public function get(bool $generateCache = false): \stdClass