wa0x6e / Cake-Resque

Resque plugin for CakePHP : for creating background jobs that can be processed offline later
MIT License
159 stars 56 forks source link

#self-reference Added use of self:: reference, so CakeResqueShell class ... #72

Open stork opened 9 years ago

stork commented 9 years ago

...could be extended without any issues.

Background - we need to extend CakeResqueShell to add some workers-related functionality, and we are out of luck without this fix.

Thank you for your work on this plugin, it is awesome.