Merge pull request #3114 from matism/develop

new logout-method naming
This commit is contained in:
Taylor Otwell 2014-11-05 09:42:28 -06:00
commit c494e83193
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public function __construct(Guard $auth)
{
$this->auth = $auth;
$this->middleware('guest', ['except' => 'logout']);
$this->middleware('guest', ['except' => 'getLogout']);
}
/**