]> git.mxchange.org Git - friendica.git/commitdiff
moved rest of BaseURL
authorPhilipp Holzer <admin+github@philipp.info>
Thu, 15 Aug 2019 15:36:07 +0000 (17:36 +0200)
committerPhilipp Holzer <admin+github@philipp.info>
Thu, 15 Aug 2019 15:36:07 +0000 (17:36 +0200)
src/Console/AutomaticInstallation.php
src/Core/Authentication.php
src/Factory/CacheFactory.php

index 475e3e10c2a1ba5b02936b8a5de31e9e2a85616e..0f1e7a742f1864e191a75cd73144020f400fb21d 100644 (file)
@@ -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;
 
index d68a3e683be7019882a204ec49e45763ea770f09..59061c04c4b08e2392045d07236eeb29d22cdbd9 100644 (file)
@@ -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
index 7b30c553e230fb6dcfa5ec9c4cc49d1c6057c7c4..39b0b94ff7b5d8e6ddcd7fd07a38bd33cd0e8de3 100644 (file)
@@ -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;