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

This commit is contained in:
Philipp Holzer 2020-09-30 11:14:01 +02:00
commit 8318a0b640
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
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) {