Removed echo

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-10 12:00:31 -04:00
parent f9533478ee
commit 58519e2939
+1 -1
View File
@@ -57,7 +57,7 @@ class BaseController extends Controller
$cacheKey = CACHE_DOMAIN."-".$cacheKey;
// $cache = \Config\Services::cache();
if (! $foo = cache($cacheKey)) {
echo 'Saving to the cache!<br>';
// echo 'Saving to the cache!<br>';
// cache()->save($cacheKey, $this->data_stringify($data), 3000);
cache()->save($cacheKey, serialize($data), 3000);