schmittjoh / JMSJobQueueBundle

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

Change getEm() and getRepo() to protected #165

Closed pkarecki closed 7 years ago

pkarecki commented 7 years ago

Fix allows to override any function form JobController as it wasn't possible due to null $registry on parent controller.