docker-jobs-bundle
docker-jobs-bundle copied to clipboard
Cannot extend BaseJob with attribute
hi ,
Seem that if we extend BaseJob on sf6 project :
In MappingException.php line 357:
Class "App\Entity\Job" sub class of "IterativeCode\DockerJobsBundle\Entity\BaseJob" is not a valid entity or mapped super class.
I think the problem is that you use Annotation in BaseJob and default driver in sf6 project is Attribute on Entity ; i am wrong ?
Thanks