Skip to content

Commit 4512b21

Browse files
authored
Update LogisticaReversaCriarPedido.php
1 parent 3150e5d commit 4512b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpSigep/Services/Real/LogisticaReversaCriarPedido.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ private function validAfterRequest($request){
4040
public function execute(AbstractModel $params)
4141
{
4242
if (!$params instanceof LogisticaReversaPedido) {
43-
throw new \InvalidArgument();
43+
throw new InvalidArgument();
4444
}
4545

4646
$result = new Result();

0 commit comments

Comments
 (0)