Skip to content

Commit

Permalink
Merge branch '3.6' into 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Dec 9, 2018
2 parents 389aafa + 132c1ed commit 1fc51c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG-3.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/foundation`.

### 3.6.2

Released: 2018-12-09

### Fixes

* Rename invalid `orchestra.reauth` middleware alias to `orchestra.sudo`.

### 3.6.1

Released: 2018-08-07
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Controllers/Account/ReauthenticateController.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ protected function onCreate()
{
parent::onCreate();

$this->middleware('orchestra.reauth');
$this->middleware('orchestra.sudo');
}

/**
Expand Down

0 comments on commit 1fc51c5

Please sign in to comment.