cache change

This commit is contained in:
Pablo Ferreiro
2024-08-14 20:01:17 +02:00
parent 358c6ad08f
commit 107ca2f9e2
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
<?php
namespace App\Cache;
use TikScraper\Interfaces\CacheInterface;
use TikScraper\Interfaces\ICache;
class JSONCache implements CacheInterface {
class JSONCache implements ICache {
private string $cache_path = __DIR__ . '/../../cache/api';
function __construct() {