Guest User

Untitled

a guest
Feb 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. public function handle($request, Closure $next, $guard = null)
  2. {
  3. //Your code goes here
  4. return $next($request);
  5. }
Add Comment
Please, Sign In to add comment