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.
1 parent baf017f commit 0fd8d32Copy full SHA for 0fd8d32
src/SchemaOrgModel/TypesGenerator.php
@@ -395,7 +395,7 @@ public function generate($config)
395
])
396
);
397
398
- if ($config['doctrine']['resolveTargetEntityConfigPath']) {
+ if ($config['doctrine']['resolveTargetEntityConfigPath'] && !$class['abstract']) {
399
$interfaceMappings[$class['interfaceNamespace'].'\\'.$class['interfaceName']] = $class['namespace'].'\\'.$className;
400
}
401
0 commit comments