Skip to content

Commit

Permalink
Update upgrade.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jun 7, 2014
1 parent a7ea3c4 commit 0dd99f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ 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
### Iron.Io Queue Encryption

If you are using the Iron queue system, then you will need to add a new encrypt key to the config.
If you are using the Iron.io queue driver, you will need to add a new `encrypt` option to your queue configuration file:

'encrypt' => true,
'encrypt' => true

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

0 comments on commit 0dd99f8

Please sign in to comment.