mirror of
https://github.com/friendica/friendica
synced 2025-05-07 08:24:16 +02:00
Restructure (P)Config to follow new paradigm
This commit is contained in:
parent
68046573a4
commit
ab83d0dd27
49 changed files with 368 additions and 331 deletions
|
@ -25,7 +25,7 @@ use Asika\SimpleConsole\Console;
|
|||
use Friendica\App;
|
||||
use Friendica\App\BaseURL;
|
||||
use Friendica\Core\Config\IConfig;
|
||||
use Friendica\Core\Config\Cache;
|
||||
use Friendica\Core\Config\Cache\Cache;
|
||||
use Friendica\Core\Installer;
|
||||
use Friendica\Core\Theme;
|
||||
use Friendica\Database\Database;
|
||||
|
@ -36,7 +36,7 @@ class AutomaticInstallation extends Console
|
|||
{
|
||||
/** @var App\Mode */
|
||||
private $appMode;
|
||||
/** @var Cache */
|
||||
/** @var \Friendica\Core\Config\Cache\Cache */
|
||||
private $configCache;
|
||||
/** @var IConfig */
|
||||
private $config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue