mirror of
https://github.com/friendica/friendica
synced 2024-11-10 09:02:53 +00:00
moved rest of BaseURL
This commit is contained in:
parent
ccbb0241bf
commit
290dd2ab39
3 changed files with 2 additions and 3 deletions
|
@ -4,12 +4,12 @@ namespace Friendica\Console;
|
|||
|
||||
use Asika\SimpleConsole\Console;
|
||||
use Friendica\App;
|
||||
use Friendica\App\BaseURL;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Core\Installer;
|
||||
use Friendica\Core\Theme;
|
||||
use Friendica\Database\Database;
|
||||
use Friendica\Util\BasePath;
|
||||
use Friendica\Util\BaseURL;
|
||||
use Friendica\Util\ConfigFileLoader;
|
||||
use RuntimeException;
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ namespace Friendica\Core;
|
|||
use Friendica\App;
|
||||
use Friendica\BaseObject;
|
||||
use Friendica\Network\HTTPException\ForbiddenException;
|
||||
use Friendica\Util\BaseURL;
|
||||
|
||||
/**
|
||||
* Handle Authentification, Session and Cookies
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
namespace Friendica\Factory;
|
||||
|
||||
use Friendica\App\BaseURL;
|
||||
use Friendica\Core\Cache;
|
||||
use Friendica\Core\Cache\ICache;
|
||||
use Friendica\Core\Config\Configuration;
|
||||
use Friendica\Database\Database;
|
||||
use Friendica\Util\BaseURL;
|
||||
use Friendica\Util\Profiler;
|
||||
use Psr\Log\LoggerInterface;
|
||||
|
||||
|
|
Loading…
Reference in a new issue