Move 'Authentication' to Security namespace

This commit is contained in:
Philipp 2020-09-30 16:53:18 +02:00
parent ad34abda1a
commit 3a52179393
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
4 changed files with 17 additions and 13 deletions

View file

@ -24,7 +24,7 @@ namespace Friendica;
use Exception;
use Friendica\App\Arguments;
use Friendica\App\BaseURL;
use Friendica\App\Authentication;
use Friendica\Security\Authentication;
use Friendica\Core\Config\Cache;
use Friendica\Core\Config\IConfig;
use Friendica\Core\PConfig\IPConfig;