hipsterjazzbo / LaraParse

LaraParse provides a nice integration for using Parse (parse.com) with Laravel 5+
MIT License
27 stars 19 forks source link

Return ParseObject from repository create and update methods #14

Closed threesquared closed 9 years ago

threesquared commented 9 years ago

The function setValues calls deepSave which returns nothing. This way we can use the returned object when creating relations etc.

nicklee1990 commented 9 years ago

looks good to me