fix class renaming

This commit is contained in:
odain
2025-09-19 16:32:57 +02:00
parent 4367bb2868
commit 045a9c5658
2 changed files with 5 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ class ModulesDependencyValidationService {
if (! is_dir($sDirectory)){
return [];
}
$aModules=[];
if ($hDir = opendir($sDirectory))
{