mirror of
https://github.com/pablouser1/ProxiTok.git
synced 2024-12-06 19:27:30 +01:00
cache change
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user