Devise\Search\SearchableModelTrait::getJoins PHP Method

getJoins() protected method

Returns the tables that has to join
protected getJoins ( ) : array
return array
    protected function getJoins()
    {
        return $this->searchable['joins'];
    }