Move ExAuth, FKOAuth1 & FKOAuthDataStore to own namespace Friendica\Security

This commit is contained in:
Philipp
2020-09-30 11:14:01 +02:00
parent 8fb3aa47dd
commit 8318a0b640
13 changed files with 14 additions and 12 deletions

View File

@@ -58,7 +58,7 @@ if (php_sapi_name() !== 'cli') {
use Dice\Dice;
use Friendica\App\Mode;
use Friendica\Util\ExAuth;
use Friendica\Security\ExAuth;
use Psr\Log\LoggerInterface;
if (sizeof($_SERVER["argv"]) == 0) {