The bundle is back!
The definition of service has changed, read the README.
This commit is contained in:
@ -18,8 +18,8 @@ class SoapAttachment
|
||||
|
||||
public function __construct($id, $type, $content)
|
||||
{
|
||||
$this->id = $id;
|
||||
$this->type = $type;
|
||||
$this->id = $id;
|
||||
$this->type = $type;
|
||||
$this->content = $content;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user