Skip to content

Instantly share code, notes, and snippets.

@reshadman
Last active August 29, 2015 14:08
Show Gist options
  • Save reshadman/383ea5a5fed6d03fc334 to your computer and use it in GitHub Desktop.
Save reshadman/383ea5a5fed6d03fc334 to your computer and use it in GitHub Desktop.
array(2) {
[0] array(7) {
["phone_number"] 91212345678
["creator_id"] 53
["description"] "number 1"
["priority"] 0
["shared"] true
["phones"] array(1) {
["phone_number"] 91212345678
}
["leads"] array(6) {
["shared"] true
["description"] "number 1"
["priority"] 0
["creator_id"] 53
["created_at"] object(Carbon\Carbon)#548 (3) {
["date"] "2014-11-04 18:56:21"
["timezone_type"] 3
["timezone"] "Asia/Tehran"
}
["updated_at"] object(Carbon\Carbon)#454 (3) {
["date"] "2014-11-04 18:56:21"
["timezone_type"] 3
["timezone"] "Asia/Tehran"
}
}
}
[1] array(7) {
["phone_number"] 91201234567
["creator_id"] 8
["description"] "number 2"
["priority"] 0
["shared"] true
["phones"] array(1) {
["phone_number"] 91201234567
}
["leads"] array(6) {
["shared"] true
["description"] "number 2"
["priority"] 0
["creator_id"] 8
["created_at"] object(Carbon\Carbon)#766 (3) {
["date"] "2014-11-04 18:56:21"
["timezone_type"] 3
["timezone"] "Asia/Tehran"
}
["updated_at"] object(Carbon\Carbon)#753 (3) {
["date"] "2014-11-04 18:56:21"
["timezone_type"] 3
["timezone"] "Asia/Tehran"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment