Closed ajohnson6494 closed 4 years ago
This PR fixes a bug where it would not return optional properties if use called ->get() it only returned option properties on ->first() and ->find($id)
->get()
->first()
->find($id)
Closes #223
This PR fixes a bug where it would not return optional properties if use called
->get()
it only returned option properties on->first()
and->find($id)
Closes #223