Remove get_app() in favor of DI::app()

This commit is contained in:
Philipp Holzer 2020-01-04 23:42:00 +01:00
parent 77be5d04b6
commit 9b93c5ee60
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ function ifttt_post(App $a)
function ifttt_message($uid, $item)
{
$a = \get_app();
$a = DI::app();
$_SESSION['authenticated'] = true;
$_SESSION['uid'] = $uid;