Move Cache::set() to DI::cache()->set()
This commit is contained in:
@@ -1112,7 +1112,7 @@ class BBCode
|
||||
}
|
||||
}
|
||||
}
|
||||
Cache::set($cache_key, $text);
|
||||
DI::cache()->set($cache_key, $text);
|
||||
}
|
||||
|
||||
return $text;
|
||||
@@ -1194,7 +1194,7 @@ class BBCode
|
||||
}
|
||||
}
|
||||
}
|
||||
Cache::set($cache_key, $text);
|
||||
DI::cache()->set($cache_key, $text);
|
||||
|
||||
return $text;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user