Rename DI::apphelper() to DI::appHeler()

This commit is contained in:
Art4 2024-11-17 20:00:34 +00:00
parent e320b010c7
commit 603af2fb19
31 changed files with 44 additions and 44 deletions

View file

@ -114,7 +114,7 @@ class OpenWebAuth
*/
public static function init(string $token)
{
$appHelper = DI::apphelper();
$appHelper = DI::appHelper();
// Clean old OpenWebAuthToken entries.
OpenWebAuthToken::purge('owt', '3 MINUTE');
@ -160,7 +160,7 @@ class OpenWebAuth
*/
public static function addVisitorCookieForHandle(string $handle): array
{
$appHelper = DI::apphelper();
$appHelper = DI::appHelper();
// Try to find the public contact entry of the visitor.
$cid = Contact::getIdForURL($handle);