bosnadev / repository

Laravel Repositories is a package for Laravel 5 which is used to abstract the database layer. This makes applications much easier to maintain.
https://bosnadev.com
825 stars 235 forks source link

Get Model From Controller #55

Open zepernick opened 9 years ago

zepernick commented 9 years ago

I am using the updateRich method and was wondering if there is a way to get the model that is created from it? I am wanting to send the model back to my view after the save completes. I took a look at the source code and it does not seem like the model is exposed. Please let me know if you have any suggestions?

Thanks,

Paul