Craft\Minimee_RemoteAssetModel::_getInstanceOfClient PHP Method

_getInstanceOfClient() protected method

Either create a fresh instance of Guzzle\Http\Client, or pass the instance we were given during instantiation.
protected _getInstanceOfClient ( )
    protected function _getInstanceOfClient()
    {
        return minimee()->makeClient();
    }