Laravel Repositories is a package for Laravel 5 which is used to abstract the database layer. This makes applications much easier to maintain.
825
stars
235
forks
source link
Call to undefined method Illuminate\Database\Query\Builder::sync() #48
Closed
fer-ri closed 9 years ago
Hi.. i have code like this where
attachments
ismorphMany
But its throws
Call to undefined method Illuminate\Database\Query\Builder::sync()
Seems like its should return an instance of
Illuminate \ Database \ Eloquent \ Model
Any idea?
Thanks