mirror of
https://github.com/friendica/friendica
synced 2025-05-06 07:04:10 +02:00
Move 'Authentication' to Security namespace
This commit is contained in:
parent
ad34abda1a
commit
3a52179393
4 changed files with 17 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue