Move Cache to src
relocate the cache class to Friendica\Core namespace
This commit is contained in:
@@ -10,11 +10,11 @@ namespace Friendica\Network;
|
||||
|
||||
use Friendica\App;
|
||||
use Friendica\Core\System;
|
||||
use Friendica\Core\Cache;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Database\DBM;
|
||||
|
||||
use dba;
|
||||
use Cache;
|
||||
use xml;
|
||||
|
||||
use DomXPath;
|
||||
|
||||
Reference in New Issue
Block a user