remove nullsafe check

This commit is contained in:
Jean-Christian Paul Denis 2023-08-15 11:28:00 +02:00
parent bcf4a26cd1
commit a373865945
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951

View File

@ -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