Fenos\Notifynder\Builder\NotifynderBuilder::hasEntity PHP Method

hasEntity() protected method

If the values passed are 2 or more, it means that you specified the entity over then the id.
protected hasEntity ( array $info ) : boolean
$info array
return boolean
    protected function hasEntity(array $info)
    {
        return count($info) >= 2;
    }