Working on middle wares.

This commit is contained in:
Taylor Otwell
2014-10-06 15:46:34 -05:00
parent 43e8c60a11
commit b8f3dd6265
6 changed files with 28 additions and 11 deletions

View File

@@ -28,9 +28,9 @@ class GuestMiddleware implements Middleware {
/**
* Handle an incoming request.
*
* @param \Symfony\Component\HttpFoundation\Request $request
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return \Symfony\Component\HttpFoundation\Response
* @return mixed
*/
public function handle($request, Closure $next)
{