Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/sections/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ You may create a file called `app_queue.php` inside your `config` folder (NOT th
```

Don't forget to load that config file with `Configure::load('app_queue');` in your bootstrap.
You can also use `$this->addPlugin('Queue', ['bootstrap' => true]);` which will load your `app_queue.php` config file automatically.

Example `app_queue.php`:

Expand Down
Loading