Granada\Orm\Wrapper::with PHP Method

with() public method

Added: Set the eagerly loaded models on the queryable model.
public with ( ) : Wrapper
return Wrapper
    public function with()
    {
        $this->relationships = array_merge($this->relationships, func_get_args());
        return $this;
    }