dereuromark / cakephp-queue

Queue plugin for CakePHP - simple, pure PHP and without dependencies.
MIT License
307 stars 136 forks source link

Load configuration by default #374

Closed Txxkirsch closed 1 year ago

Txxkirsch commented 1 year ago

loads the default-configuration-file like stated in the documentation

Resolves https://github.com/dereuromark/cakephp-queue/issues/372

dereuromark commented 1 year ago

Tests seem to fail

dereuromark commented 1 year ago

That said: I still think that this is not necessary

if you don’t overwrite the bootstrap method it should load the config/bootstrap.php and therefore execute that code to load that file (since $bootstrapEnabled is true by default)