BeSimpleSoap/tests/Fixtures/DummyServiceResponseWithAtt...

16 lines
227 B
PHP

<?php
namespace Fixtures;
use Fixtures\Attachment\MessageWithAttachmentsTrait;
class DummyServiceResponseWithAttachments
{
use MessageWithAttachmentsTrait;
/**
* @var bool $status
*/
public $status;
}