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
Doctrine provider introduced in #110 use annotations relying upon doctrine-extension (which is only -require-dev)
Unless stof/doctrine-extensions-bundle / gedmo/doctrine-extensions are installed, in production environment, even if Doctrine provider not used, console cache:clear triggers:
In AnnotationException.php line 54:
[Semantical Error] The annotation "@Gedmo\Mapping\Annotation\Timestampable" in property Uecode\Bundle\QPushBundle\Entity\DoctrineMessage::$created does not exist, or could not be auto-loaded.
The text was updated successfully, but these errors were encountered:
drzraf
changed the title
Doctrine provider created a hard dep on doctrine-extensions-bundle
Doctrine provider created a hard dep on gedmo/doctrine-extensions
Dec 21, 2018
Doctrine provider introduced in #110 use annotations relying upon doctrine-extension (which is only
-require-dev
)Unless
stof/doctrine-extensions-bundle
/gedmo/doctrine-extensions
are installed, in production environment, even if Doctrine provider not used,console cache:clear
triggers:The text was updated successfully, but these errors were encountered: