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
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