From a37386594550de379257cc1d9fe685dadef2c758 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Tue, 15 Aug 2023 11:28:00 +0200 Subject: [PATCH] remove nullsafe check --- src/Utils.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Utils.php b/src/Utils.php index 0cfcf93..a8352c3 100644 --- a/src/Utils.php +++ b/src/Utils.php @@ -34,10 +34,6 @@ class Utils */ public static function addLicense(array $module): void { - if (is_null(dcCore::app()->auth)) { - return; - } - $s = Settings::init(); # --BEHAVIOR-- licenseBootstrapBeforeAddLicense