fix conflicts

This commit is contained in:
Taylor Otwell
2017-05-07 09:56:20 -05:00
8 changed files with 37 additions and 7 deletions

View File

@@ -34,6 +34,6 @@ class LoginController extends Controller
*/
public function __construct()
{
$this->middleware('guest', ['except' => 'logout']);
$this->middleware('guest')->except('logout');
}
}