new logout-method naming

This commit is contained in:
Mathias 2014-11-03 15:35:00 +01:00
parent 007040e2ae
commit e1b491065d
1 changed files with 1 additions and 1 deletions

View File

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