[Legacy] Add fallbacks for undefined values

This commit is contained in:
Jack Anderson 2024-01-09 10:17:34 +00:00
parent 6358c208b8
commit 10b33547e0

View file

@ -92,7 +92,7 @@ class ModuleNameMapper
{
global $moduleList;
return $moduleList;
return $moduleList ?? [];
}
/**