Carbon_Fields\Field\Relationship_Field::allow_duplicates PHP Method

allow_duplicates() public method

Specify whether to allow each entry to be selected multiple times.
public allow_duplicates ( boolean $allow = true )
$allow boolean
    public function allow_duplicates($allow = true)
    {
        $this->allow_duplicates = (bool) $allow;
        return $this;
    }