remove nullsafe check
This commit is contained in:
parent
bcf4a26cd1
commit
a373865945
@ -34,10 +34,6 @@ class Utils
|
|||||||
*/
|
*/
|
||||||
public static function addLicense(array $module): void
|
public static function addLicense(array $module): void
|
||||||
{
|
{
|
||||||
if (is_null(dcCore::app()->auth)) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
$s = Settings::init();
|
$s = Settings::init();
|
||||||
|
|
||||||
# --BEHAVIOR-- licenseBootstrapBeforeAddLicense
|
# --BEHAVIOR-- licenseBootstrapBeforeAddLicense
|
||||||
|
Loading…
Reference in New Issue
Block a user