Skip to content

Commit

Permalink
fix: re-add deleted StatusResponse in release 2.0 #patch (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
ynnoig authored Nov 4, 2024
1 parent ce12441 commit 865e263
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/CXml/Model/Response/StatusResponse.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

declare(strict_types=1);

namespace CXml\Model\Response;

readonly class StatusResponse implements ResponsePayloadInterface
{
}

0 comments on commit 865e263

Please sign in to comment.