mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 19:38:49 +00:00
Move Cache to src
Cache class moved to Friendica\Core namespace
This commit is contained in:
parent
aec554f4d9
commit
036754e455
4 changed files with 76 additions and 46 deletions
|
@ -13,6 +13,7 @@ require_once('include/network.php');
|
|||
require_once("mod/proxy.php");
|
||||
require_once('include/text.php');
|
||||
|
||||
use Friendica\Core\Cache;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Core\PConfig;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue