Updated installation doc with Composer
This commit is contained in:
@ -37,4 +37,4 @@ class SoapAttachment
|
||||
{
|
||||
return $this->content;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -74,4 +74,4 @@ class SoapClientBuilder extends BaseSoapClientBuilder
|
||||
));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -47,4 +47,4 @@ class SoapHeader
|
||||
{
|
||||
return new \SoapHeader($this->namespace, $this->name, $this->data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -164,4 +164,4 @@ class SoapRequest extends Request
|
||||
|
||||
return $result;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -66,4 +66,4 @@ class SoapResponse extends Response
|
||||
{
|
||||
return $this->soapReturnValue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user