Move Cache::get() to DI::cache()->get()
This commit is contained in:
@@ -40,7 +40,7 @@ class JsonLD
|
||||
exit();
|
||||
}
|
||||
|
||||
$result = Cache::get('documentLoader:' . $url);
|
||||
$result = DI::cache()->get('documentLoader:' . $url);
|
||||
if (!is_null($result)) {
|
||||
return $result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user