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

Create method doesn't work #15

Closed josvar closed 9 years ago

josvar commented 9 years ago

When I try to use the create method, it throws me : BadMethodCallException in Builder.php line 1990: Call to undefined method Illuminate\Database\Query\Builder::create()

I think it's because the repository stores an instance of Illuminate \ Database \ Eloquent \ Builder instead Illuminate \ Database \ Eloquent \ Model instance

mirzap commented 9 years ago

I think it should work now. Thanks.