schmittjoh / JMSJobQueueBundle

Run and Schedule Symfony Console Commands as Background Jobs
http://jmsyst.com/bundles/JMSJobQueueBundle
335 stars 255 forks source link

Changed return types to EntityManagerInterface #260

Open Murielle666 opened 3 years ago

Murielle666 commented 3 years ago

This fixes https://github.com/schmittjoh/JMSJobQueueBundle/issues/249 It overlaps with a fix in this pull request https://github.com/schmittjoh/JMSJobQueueBundle/pull/250

In the project I'm using it for, the same problem occurred when using the web interface so I fixed that as well.