docker-jobs-bundle icon indicating copy to clipboard operation
docker-jobs-bundle copied to clipboard

Cannot extend BaseJob with attribute

Open duchnoun opened this issue 2 years ago • 0 comments

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

duchnoun avatar Sep 26 '22 09:09 duchnoun