diff --git a/app/Models/PageModel.php b/app/Models/PageModel.php index 38224fba..8208ebe2 100644 --- a/app/Models/PageModel.php +++ b/app/Models/PageModel.php @@ -45,7 +45,7 @@ class PageModel extends Model // Clear the cache of all podcast and episode pages // TODO: change the logic of page caching to prevent clearing all cache every time - cache()->clean(); + // cache()->clean(); return $data; }