Guest User

Untitled

a guest
Oct 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if (! is_null($request->datestart) && ! is_null($request->dateend)) {
  2. return 'This 1';
  3. }
  4. else {
  5. return 'This 2';
  6. }
  7.  
  8. {
  9. "_token": "mytoken",
  10. "datestart": null,
  11. "dateend": null
  12. }
Add Comment
Please, Sign In to add comment