hipsterjazzbo / LaraParse

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

properly subclass objects returned by repositories #35

Closed oflannabhra closed 9 years ago

oflannabhra commented 9 years ago

I was having difficulty with AbstractParseRepository::create returning generic ParseObjects. This PR should fix that. Should close #20