Unique rule with MorphToSelect fields
Hi ! I'm trying to create a form for a
"relations"
polymorphic table I have in my database to manage relations between three entities (Users, Companies and Institutions). Here is the table code :
I already used ->unique()
method on classic Select fields like that :
But is there any possibility define a unique()
rule on MorphToSelect
fields ?
Thanks in advance !0 Replies