Core/(Logs|Cache) -> Site

This commit is contained in:
2022-12-04 13:21:40 +01:00
parent b1059717c7
commit 87f7b44010
12 changed files with 11 additions and 15 deletions

View File

@@ -8,7 +8,7 @@ namespace Core\API {
abstract class RoutesAPI extends Request {
const ROUTER_CACHE_CLASS = "\\Core\\Cache\\RouterCache";
const ROUTER_CACHE_CLASS = "\\Site\\Cache\\RouterCache";
protected string $routerCachePath;