-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
V performance helperu: orm\Repository\Helpers\PerformanceHelper.php:58
$key = $key ? $key : '*';
if (strlen($key) > 50)
{
$key = substr($key, 0, 20) . md5($key);
}
self::$toLoad = isset($cache[$key]) ? $cache[$key] : NULL;Hlásí:
Using [] is deprecated; use Cache::load(key) !== NULL instead.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels