Thanks to visit codestin.com Credit goes to github.com
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 3a5edba commit 0d88884Copy full SHA for 0d88884
1 file changed
Mapping/Loader/AttributeLoader.php
@@ -163,7 +163,7 @@ public function loadClassMetadata(ClassMetadataInterface $classMetadata): bool
163
164
$attributeMetadata->setSerializedPath($attribute->getSerializedPath());
165
} elseif ($attribute instanceof Ignore) {
166
- if (!$attributeMetadata) {
+ if ($attributeMetadata) {
167
$attributeMetadata->setIgnore(true);
168
}
169
} elseif ($attribute instanceof Context) {
0 commit comments