topclaudy / compoships

Multi-columns relationships for Laravel's Eloquent ORM
MIT License
1.12k stars 130 forks source link

Not compatible with eloquent-query-cache #119

Closed myckhel closed 3 years ago

myckhel commented 3 years ago

When used with laravel-eloquent-query-cache i got this error:

Trait method Awobaz\Compoships\Compoships::newBaseQueryBuilder has not been applied as App\User::newBaseQueryBuilder, because of collision with Rennokki\QueryCache\Traits \QueryCacheable::newBaseQueryBuilder

https://github.com/renoki-co/laravel-eloquent-query-cache/issues/67

topclaudy commented 3 years ago

Unfortunately, you'll have to drop one of the conflicting packages.