Skip to content

Instantly share code, notes, and snippets.

Created March 13, 2017 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/e3b0107620380d70d10a57c92890890d to your computer and use it in GitHub Desktop.
Save anonymous/e3b0107620380d70d10a57c92890890d to your computer and use it in GitHub Desktop.
dump
Collection {#599 ▼
#items: array:2 [▼
0 => MenuItem {#597 ▼
#table: "menu_items"
#guarded: []
#connection: null
#primaryKey: "id"
#keyType: "int"
+incrementing: true
#with: []
#perPage: 15
+exists: true
+wasRecentlyCreated: false
#attributes: array:13 [▼
"id" => 14
"menu_id" => 2
"title" => "Test"
"url" => "testee"
"target" => "_self"
"icon_class" => null
"color" => "#000000"
"parent_id" => null
"order" => 1
"created_at" => "2017-03-12 14:19:44"
"updated_at" => "2017-03-13 12:06:12"
"route" => null
"parameters" => ""
]
#original: array:13 [▼
"id" => 14
"menu_id" => 2
"title" => "Test"
"url" => "testee"
"target" => "_self"
"icon_class" => null
"color" => "#000000"
"parent_id" => null
"order" => 1
"created_at" => "2017-03-12 14:19:44"
"updated_at" => "2017-03-13 12:06:12"
"route" => null
"parameters" => ""
]
#casts: []
#dates: []
#dateFormat: null
#appends: []
#events: []
#observables: []
#relations: array:1 [▼
"children" => Collection {#580 ▶}
]
#touches: []
+timestamps: true
#hidden: []
#visible: []
#fillable: []
}
1 => MenuItem {#595 ▼
#table: "menu_items"
#guarded: []
#connection: null
#primaryKey: "id"
#keyType: "int"
+incrementing: true
#with: []
#perPage: 15
+exists: true
+wasRecentlyCreated: false
#attributes: array:13 [▼
"id" => 17
"menu_id" => 2
"title" => "Tester"
"url" => "ce"
"target" => "_self"
"icon_class" => null
"color" => "#000000"
"parent_id" => null
"order" => 10
"created_at" => "2017-03-13 12:33:26"
"updated_at" => "2017-03-13 12:33:26"
"route" => null
"parameters" => ""
]
#original: array:13 [▼
"id" => 17
"menu_id" => 2
"title" => "Tester"
"url" => "ce"
"target" => "_self"
"icon_class" => null
"color" => "#000000"
"parent_id" => null
"order" => 10
"created_at" => "2017-03-13 12:33:26"
"updated_at" => "2017-03-13 12:33:26"
"route" => null
"parameters" => ""
]
#casts: []
#dates: []
#dateFormat: null
#appends: []
#events: []
#observables: []
#relations: array:1 [▼
"children" => Collection {#593 ▶}
]
#touches: []
+timestamps: true
#hidden: []
#visible: []
#fillable: []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment