N°8050 - Problems with interface discovery from itop

This commit is contained in:
Eric Espie
2024-12-13 10:14:06 +01:00
parent d544ee5498
commit fc388313d7

View File

@@ -58,7 +58,7 @@ class InterfaceDiscovery
*/
public function FindItopClasses(string $sInterface): array
{
$aExcludedPaths = ['/lib/', '/node_modules/', '/test/', '/tests/'];
$aExcludedPaths = ['/lib/', '/node_modules/', '/test/', '/tests/', '/vendor/'];
return $this->FindClasses($sInterface, $aExcludedPaths);
}