clean up arr add

This commit is contained in:
CHIEFSOFT\ameye
2024-09-13 06:44:26 -04:00
parent 4d898ffedf
commit 0b78ff8667
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ abstract class BaseController extends Controller
//serialize
}
$foo = cache()->get($cacheKey);
log_message('critical', "FROM Cache -> ".$foo );
//log_message('critical', "FROM Cache -> ".$foo );
}