You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Semantical Error] The class "Doctrine\ORM\Mapping\MappedSuperclass" is not annotated with @annotation.
Are you sure this class can be used as annotation?
If so, then you need to add @annotation to the class doc comment of "Doctrine\ORM\Mapping\MappedSuperclass".
If it is indeed no annotation, then you need to add @IgnoreAnnotation("ORM\MappedSuperclass") to the class doc comment of class Gedmo\Loggable\Entity\MappedSuperclass\AbstractLogEntry.
The text was updated successfully, but these errors were encountered:
[Semantical Error] The class "Doctrine\ORM\Mapping\MappedSuperclass" is not annotated with @annotation.
Are you sure this class can be used as annotation?
If so, then you need to add @annotation to the class doc comment of "Doctrine\ORM\Mapping\MappedSuperclass".
If it is indeed no annotation, then you need to add @IgnoreAnnotation("ORM\MappedSuperclass") to the class doc comment of class Gedmo\Loggable\Entity\MappedSuperclass\AbstractLogEntry.
The text was updated successfully, but these errors were encountered: