Skip to content

Commit

Permalink
v3.1.8
Browse files Browse the repository at this point in the history
* Use setter to assign `Orchestra\Contracts\Auth\Guard`, which allow the package to be use on non-Laravel app.

Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Oct 2, 2015
1 parent b00f175 commit b455391
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/changes.md
Expand Up @@ -5,6 +5,10 @@ title: Auth Change Log

## Version 3.1 {#v3-1}

### v3.1.8 {#v3-1-8}

* Use setter to assign `Orchestra\Contracts\Auth\Guard`, which allow the package to be use on non-Laravel app.

### v3.1.7 {#v3-1-7}

* Return `$this` from `Orchestra\Authorization\Authorization` when attaching memory instance, following convension from `Orchestra\Memory\ContainerTrait`.
Expand Down

0 comments on commit b455391

Please sign in to comment.