Restructure (P)Config to follow new paradigm

This commit is contained in:
Philipp
2021-10-23 11:29:16 +02:00
parent 68046573a4
commit ab83d0dd27
49 changed files with 368 additions and 331 deletions

View File

@@ -21,7 +21,7 @@
namespace Friendica\Test\src\Util;
use Friendica\Core\Config\Cache;
use Friendica\Core\Config\Cache\Cache;
use Friendica\Core\Config\IConfig;
use Friendica\Test\MockedTest;
use Friendica\Util\Profiler;