Closed modstore closed 6 years ago
I'm currently upgrading my symfony 3.3 project to 4. I'm getting this error with the following code:
$existingJob = $this->em->getRepository(Job::class)->findJobForRelatedEntity( 'app:my-command', $product, [Job::STATE_PENDING, Job::STATE_RUNNING] );
I thought maybe I need the di-extra-bundle, but there doesn't seem to be a compatible version.
fixed by the latest version
I'm currently upgrading my symfony 3.3 project to 4. I'm getting this error with the following code:
$existingJob = $this->em->getRepository(Job::class)->findJobForRelatedEntity( 'app:my-command', $product, [Job::STATE_PENDING, Job::STATE_RUNNING] );
I thought maybe I need the di-extra-bundle, but there doesn't seem to be a compatible version.