Skip to content

Commit

Permalink
Add note on encrypt key for iron queues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Garbee committed Jun 2, 2014
1 parent a7ac585 commit 3e3087e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ If you are extending the `Illuminate\Pagination\Presenter` class, the abstract m

abstract public function getPageLinkWrapper($url, $page, $rel = null);

### Additional Key For Iron Queue Config

If you are using the Iron queue system, then you will need to add a new encrypt key to the config.

'encrypt' => true,

<a name="upgrade-4.1.29"></a>
## Upgrading To 4.1.29 From <= 4.1.x

Expand Down

0 comments on commit 3e3087e

Please sign in to comment.