Change directory

This commit is contained in:
grandeljay 2022-06-09 08:12:23 +02:00
parent 165de29793
commit eb438fba72

View file

@ -15,7 +15,7 @@ class EmbedCache
/**
* Private
*/
private string $directory = ROOT . '/src/cache';
private string $directory = ROOT . '/src/cache/embed';
private string $filepath;
private function getIdentifier(): string