inc/managers/Cache.php
@@ -104,6 +104,9 @@ public function remember(int|string|array $key, callable $callback, ?int $ttl = null): mixed { //TODO: Redis is fucking this all up for some reason. While we figure it out, let's just return the callback return $callback(); if (is_array($key)) { $key = $this->generateKey($key); }