Skip to content

Instantly share code, notes, and snippets.

@JamesTheHacker
Created November 28, 2016 20:15
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 JamesTheHacker/151d6277e05f75f4add54bc4a416908c to your computer and use it in GitHub Desktop.
Save JamesTheHacker/151d6277e05f75f4add54bc4a416908c to your computer and use it in GitHub Desktop.
object(StudentApp\Models\MobileVerification)#101 (23) {
["table":protected]=>
string(19) "mobile_verification"
["connection":protected]=>
NULL
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["perPage":protected]=>
int(15)
["incrementing"]=>
bool(true)
["timestamps"]=>
bool(true)
["attributes":protected]=>
array(7) {
["id"]=>
int(7)
["user_id"]=>
int(24)
["token"]=>
string(4) "68gb"
["is_used"]=>
int(0)
["verified_at"]=>
NULL
["created_at"]=>
string(19) "2016-11-28 18:53:52"
["updated_at"]=>
string(19) "2016-11-28 18:53:52"
}
["original":protected]=>
array(7) {
["id"]=>
int(7)
["user_id"]=>
int(24)
["token"]=>
string(4) "68gb"
["is_used"]=>
int(0)
["verified_at"]=>
NULL
["created_at"]=>
string(19) "2016-11-28 18:53:52"
["updated_at"]=>
string(19) "2016-11-28 18:53:52"
}
["relations":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
["appends":protected]=>
array(0) {
}
["fillable":protected]=>
array(0) {
}
["guarded":protected]=>
array(1) {
[0]=>
string(1) "*"
}
["dates":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["casts":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["with":protected]=>
array(0) {
}
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment