dereuromark/cakephp-queue

Loading of configuration not working

Closed this issue · 3 comments

Hello Mark,

you are stating in your docs: https://github.com/dereuromark/cakephp-queue/blob/master/docs/sections/configuration.md
that the default-configuration will be loaded when you set ['bootstrap'=>true] while loading the plugin in Application.php.

This doesn't work because the Plugin.php has no bootstrap-method.

Greetings!

It does only need one if no file can be found right?

In my opinion it should always have bootstrap-method which loads the default configuration or the documentation shouldn't state that ['bootstrap'=>true] loads the default config.

Do you want to make a PR?