Jedrzej\Pimpable\PimpableTrait::getWithableRelations PHP Метод

getWithableRelations() защищенный Метод

protected getWithableRelations ( )
    protected function getWithableRelations()
    {
        return property_exists($this, 'withable') ? $this->withable : ['*'];
    }