Skip to content

Commit

Permalink
Update Command.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosanches authored Nov 29, 2023
1 parent 6c7afc9 commit b80db84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use JsonException;
use PabloSanches\RegistroBR\Exception\RegistroBRException;

readonly class Command implements CommandInterface
class Command implements CommandInterface
{
public function __construct(
private EppClient $eppClient,
Expand All @@ -25,4 +25,4 @@ public function execute(): ?string
{
return $this->eppClient->executeCommand($this->template->xml());
}
}
}

0 comments on commit b80db84

Please sign in to comment.