Potsky

Results 74 comments of Potsky

> At the moment, the code is working as expected. > > BelongsToMany::make('Items', 'items', ItemResource::class) > ->fields(new ContractItemFields()) > ->allowDuplicateRelations() > ->withSubtitles() > ->searchable() > ->referToPivotAs('Scope'), > The 3rd parameter...

Ok, I have added [the same in `Item`](https://github.com/potsky/nova/blob/main/app/Models/Item.php), same behaviour.