mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-21 23:03:42 +00:00
Move Cookie to own class (with tests)
Move Authentication to App namespace
This commit is contained in:
parent
c62774f6d2
commit
d6736eddf5
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ use Friendica\App;
|
|||
use Friendica\BaseObject;
|
||||
use Friendica\Content\Text\BBCode;
|
||||
use Friendica\Content\Text\HTML;
|
||||
use Friendica\Core\Authentication;
|
||||
use Friendica\App\Authentication;
|
||||
use Friendica\Core\Hook;
|
||||
use Friendica\Core\L10n;
|
||||
use Friendica\Core\Logger;
|
||||
|
|
Loading…
Reference in a new issue