We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NodeTypes
NodeTypes/
1 parent 332e734 commit 899e00aCopy full SHA for 899e00a
Classes/Command/NodetypeObjectsCommandController.php
@@ -107,7 +107,10 @@ public function buildCommand(string $packageKey): void
107
if (
108
$autoloadConfiguration['mappingType'] === 'psr-4'
109
&& str_ends_with($autoloadConfiguration['namespace'], '\\NodeTypes\\')
110
- && $autoloadConfiguration['classPath'] === $package->getPackagePath() . 'NodeTypes/'
+ && (
111
+ $autoloadConfiguration['classPath'] === $package->getPackagePath() . 'NodeTypes'
112
+ || $autoloadConfiguration['classPath'] === $package->getPackagePath() . 'NodeTypes/'
113
+ )
114
) {
115
$namespace = $autoloadConfiguration['namespace'];
116
break;
0 commit comments