1
0
Fork 0

Move Cache to src

relocate the cache class to Friendica\Core namespace
This commit is contained in:
Adam Magness 2017-11-09 11:05:18 -05:00
commit 06c3af9b60
21 changed files with 1177 additions and 728 deletions

View file

@ -5,6 +5,7 @@
*/
use Friendica\App;
use Friendica\Core\Cache;
use Friendica\Core\Config;
use Friendica\Core\System;
use Friendica\Database\DBM;