Guest User

Untitled

a guest
May 27th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. use WebpatserUuidUuid;
  2.  
  3. ...
  4.  
  5. public function test(Request $request, Uuid $uuid): RedirectResponse
  6. {
  7. echo 'My UUID: ' . $uuid->string;
  8.  
  9. return redirect()->route('home');
  10. }
Add Comment
Please, Sign In to add comment