Open dbpolito opened 2 years ago
Currently if you do AttachMany::make('Permissions')->defaults([1,2,3]) defaults is just ignored, this PR fixes this.
AttachMany::make('Permissions')->defaults([1,2,3])
Fixes #90
Currently if you do
AttachMany::make('Permissions')->defaults([1,2,3])
defaults is just ignored, this PR fixes this.Fixes #90