Merge branch 'master' into develop

This commit is contained in:
Graham Campbell
2016-05-30 12:03:49 +01:00
3 changed files with 6 additions and 1 deletions

View File

@@ -27,6 +27,6 @@ class PasswordController extends Controller
*/
public function __construct()
{
$this->middleware('guest');
$this->middleware($this->guestMiddleware());
}
}