Open ejntaylor opened 4 years ago
If my traits for User.php are:
use \Staudenmeir\EloquentHasManyDeep\HasRelationships, LaratrustUserTrait, \NovaTrust\Concerns\InteractsWithNovaTrust, Notifiable, SoftDeletes, \Spatie\Tags\HasTags;
then I get:
Trait method roles has not been applied, because there are collisions with other trait methods on App\User
If I remove 'LaratrustUserTrait ' like this:
use \Staudenmeir\EloquentHasManyDeep\HasRelationships, \NovaTrust\Concerns\InteractsWithNovaTrust, Notifiable, SoftDeletes, \Spatie\Tags\HasTags;
Then I get:
502 Bad Gateway from Nova but works on front-end
Issue was experienced when I updated the package (with PR) to work with v.7 of Laravel: https://github.com/zareismail/nova-trust/pull/6
Following
If my traits for User.php are:
use \Staudenmeir\EloquentHasManyDeep\HasRelationships, LaratrustUserTrait, \NovaTrust\Concerns\InteractsWithNovaTrust, Notifiable, SoftDeletes, \Spatie\Tags\HasTags;
then I get:
Trait method roles has not been applied, because there are collisions with other trait methods on App\User
If I remove 'LaratrustUserTrait ' like this:
use \Staudenmeir\EloquentHasManyDeep\HasRelationships, \NovaTrust\Concerns\InteractsWithNovaTrust, Notifiable, SoftDeletes, \Spatie\Tags\HasTags;
Then I get:
502 Bad Gateway from Nova but works on front-end
Issue was experienced when I updated the package (with PR) to work with v.7 of Laravel: https://github.com/zareismail/nova-trust/pull/6