Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. object(App\Models\InterviewAssignment)#256 (24) { ["fillable":protected]=> array(1) { [0]=> string(1) "*" } ["table":protected]=> string(20) "interview_assignment" ["timestamps"]=> bool(false) ["connection":protected]=> NULL ["primaryKey":protected]=> string(2) "id" ["keyType":protected]=> string(3) "int" ["incrementing"]=> bool(true) ["with":protected]=> array(0) { } ["perPage":protected]=> int(15) ["exists"]=> bool(true) ["wasRecentlyCreated"]=> bool(false) ["attributes":protected]=> array(3) { ["id"]=> int(2) ["interview_slot_id"]=> int(1) ["user_id"]=> int(1) } ["original":protected]=> array(3) { ["id"]=> int(2) ["interview_slot_id"]=> int(1) ["user_id"]=> int(1) } ["casts":protected]=> array(0) { } ["dates":protected]=> array(0) { } ["dateFormat":protected]=> NULL ["appends":protected]=> array(0) { } ["events":protected]=> array(0) { } ["observables":protected]=> array(0) { } ["relations":protected]=> array(0) { } ["touches":protected]=> array(0) { } ["hidden":protected]=> array(0) { } ["visible":protected]=> array(0) { } ["guarded":protected]=> array(1) { [0]=> string(1) "*" } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement