mirror of
https://github.com/friendica/friendica
synced 2025-04-23 01:50:10 +00:00
Merge pull request #8072 from nupplaphil/task/Cache_to_DI
Replace Core\Cache wrapper with DI::cache() method
This commit is contained in:
commit
36190d1e79
21 changed files with 60 additions and 168 deletions
|
@ -7,6 +7,7 @@ use Friendica\Database\DBA;
|
|||
use Friendica\Database\DBStructure;
|
||||
use Friendica\DI;
|
||||
use Friendica\Util\Strings;
|
||||
use Friendica\Core\Cache\Cache;
|
||||
|
||||
class Update
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue