Restructure (P)Config to follow new paradigm

This commit is contained in:
Philipp 2021-10-23 11:29:15 +02:00
parent 2d3c2b4ee9
commit ae86b2e806
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
12 changed files with 12 additions and 12 deletions

View file

@ -12,7 +12,7 @@ use Friendica\Core\Hook;
use Friendica\Core\Logger;
use Friendica\Core\Renderer;
use Friendica\DI;
use Friendica\Util\ConfigFileLoader;
use Friendica\Core\Config\Cache\ConfigFileLoader;
use Friendica\Util\Proxy as ProxyUtils;
use Friendica\Util\Strings;