mirror of
https://github.com/friendica/friendica
synced 2025-05-07 19:44:14 +02:00
Move Cache to src
relocate the cache class to Friendica\Core namespace
This commit is contained in:
parent
8b673bf78d
commit
06c3af9b60
21 changed files with 1177 additions and 728 deletions
|
@ -11,13 +11,13 @@ namespace Friendica\Protocol;
|
|||
|
||||
use Friendica\App;
|
||||
use Friendica\Core\System;
|
||||
use Friendica\Core\Cache;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Core\PConfig;
|
||||
use Friendica\Core\Worker;
|
||||
use Friendica\Database\DBM;
|
||||
use Friendica\Network\Probe;
|
||||
|
||||
use Cache;
|
||||
use dba;
|
||||
use SimpleXMLElement;
|
||||
use xml;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue