Move Cookie to own class (with tests)

Move Authentication to App namespace
This commit is contained in:
nupplaPhil
2019-12-08 22:45:34 +01:00
parent c45b6d309b
commit 54392fab81
16 changed files with 393 additions and 112 deletions

View File

@@ -3,7 +3,7 @@
namespace Friendica\Module;
use Friendica\BaseModule;
use Friendica\Core\Authentication;
use Friendica\App\Authentication;
use Friendica\Core\Hook;
use Friendica\Core\L10n;
use Friendica\Core\Renderer;