Guest User

Untitled

a guest
Mar 5th, 2018
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. Collection {#861 ▼
  2. #items: array:2 [▼
  3. 0 => Rent {#714 ▼
  4. +timestamps: false
  5. #fillable: array:1 [▶]
  6. #connection: "mysql"
  7. #table: null
  8. #primaryKey: "id"
  9. #keyType: "int"
  10. +incrementing: true
  11. #with: []
  12. #withCount: []
  13. #perPage: 15
  14. +exists: true
  15. +wasRecentlyCreated: false
  16. #attributes: array:3 [▶]
  17. #original: array:3 [▶]
  18. #changes: []
  19. #casts: []
  20. #dates: []
  21. #dateFormat: null
  22. #appends: []
  23. #dispatchesEvents: []
  24. #observables: []
  25. #relations: array:1 [▼
  26. "rentItems" => Collection {#859 ▼
  27. #items: array:1 [▼
  28. 0 => RentItem {#786 ▼
  29. +timestamps: false
  30. #fillable: array:3 [▶]
  31. #connection: "mysql"
  32. #table: null
  33. #primaryKey: "id"
  34. #keyType: "int"
  35. +incrementing: true
  36. #with: []
  37. #withCount: []
  38. #perPage: 15
  39. +exists: true
  40. +wasRecentlyCreated: false
  41. #attributes: array:6 [▶]
  42. #original: array:6 [▶]
  43. #changes: []
  44. #casts: []
  45. #dates: []
  46. #dateFormat: null
  47. #appends: []
  48. #dispatchesEvents: []
  49. #observables: []
  50. #relations: array:1 [▼
  51. "book" => Book {#851 ▼
  52. #dates: array:1 [▶]
  53. +fillable: array:9 [▶]
  54. #connection: "mysql"
  55. #table: null
  56. #primaryKey: "id"
  57. #keyType: "int"
  58. +incrementing: true
  59. #with: []
  60. #withCount: []
  61. #perPage: 15
  62. +exists: true
  63. +wasRecentlyCreated: false
  64. #attributes: array:12 [▼
  65. "id" => 1
  66. "title" => "asdf"
  67. "description" => "asdf"
  68. "pages" => "2050"
  69. "isbn" => "1261grewg"
  70. "release_date" => "2018-03-01"
  71. "author_id" => 1
  72. "language_id" => 1
  73. "quantity" => 1
  74. "deleted_at" => null
  75. "created_at" => "2018-03-01 13:28:34"
  76. "updated_at" => "2018-03-05 13:15:39"
  77. ]
  78. #original: array:12 [▶]
  79. #changes: []
  80. #casts: []
  81. #dateFormat: null
  82. #appends: []
  83. #dispatchesEvents: []
  84. #observables: []
  85. #relations: []
  86. #touches: []
  87. +timestamps: true
  88. #hidden: []
  89. #visible: []
  90. #guarded: array:1 [▶]
  91. #forceDeleting: false
  92. }
  93. ]
  94. #touches: []
  95. #hidden: []
  96. #visible: []
  97. #guarded: array:1 [▶]
  98. #forceDeleting: false
  99. }
  100. ]
  101. }
  102. ]
  103. #touches: []
  104. #hidden: []
  105. #visible: []
  106. #guarded: array:1 [▶]
  107. #forceDeleting: false
  108. }
  109. 1 => Rent {#715 ▶}
  110. ]
  111. }
Add Comment
Please, Sign In to add comment