topclaudy / compoships

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

Conflict Traits #112

Closed ukik closed 3 years ago

ukik commented 3 years ago

when i use below traits in a class, there is error

use \Staudenmeir\EloquentEagerLimit\HasEagerLimit; use \Awobaz\Compoships\Compoships;

topclaudy commented 3 years ago

Yep! You'll have to choose one.