Merge pull request #939 from nupplaphil/task/remove_get_app

[ifttt] Remove get_app() in favor of DI::app()
This commit is contained in:
Michael Vogel 2020-01-04 23:42:32 +01:00 committed by GitHub
commit 80e81f02ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;