Advertisement
logratate

Untitled

May 18th, 2016
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. // $this->request->data
  2. array:3 [▼
  3. "title" => "abcdefg"
  4. "body" => "abcdefghsdflösdfklösdfsddfghdfgd"
  5. "article_type" => array:1 [▼
  6. "id" => "3"
  7. ]
  8. ]
  9.  
  10. // $article
  11. Article {#101 ▼
  12. +"body": "abcdefghsdflösdfklösdfsddfghdfgd"
  13. +"article_type": Entity {#127 ▼
  14. +"id": 3
  15. +"[new]": true
  16. +"[accessible]": array:1 [▶]
  17. +"[dirty]": array:1 [▶]
  18. +"[original]": []
  19. +"[virtual]": []
  20. +"[errors]": []
  21. +"[invalid]": []
  22. +"[repository]": "ArticleTypes"
  23. }
  24. +"[new]": true
  25. +"[accessible]": array:1 [▶]
  26. +"[dirty]": array:2 [▶]
  27. +"[original]": []
  28. +"[virtual]": []
  29. +"[errors]": array:1 [▶]
  30. +"[invalid]": array:1 [▶]
  31. +"[repository]": "Articles"
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement