This PR adds a FQCN to the Job class constant in the queue annotation of the Job entity.
Since Symfony 3.2 there is a AnnotationCacheWarmer which uses a CachedReader from doctrine/annotations. This reader seems to have problems with a class constant that does not have a FQCN.
This PR adds a FQCN to the Job class constant in the queue annotation of the Job entity.
Since Symfony 3.2 there is a AnnotationCacheWarmer which uses a CachedReader from doctrine/annotations. This reader seems to have problems with a class constant that does not have a FQCN.
See: https://github.com/doctrine/annotations/issues/115 and https://github.com/schmittjoh/JMSJobQueueBundle/issues/158