Skip to content

Commit c50be3b

Browse files
authored
Update JSignService.php
1 parent e50cd48 commit c50be3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Sign/JSignService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function sign(JSignParam $params)
2424
$this->validation($params);
2525

2626
$commandSign = $this->commandSign($params);
27-
exec($commandSign, $output);
27+
\exec($commandSign, $output);
2828

2929
$out = json_encode($output);
3030
$messageSuccess = "Finished: Signature succesfully created.";

0 commit comments

Comments
 (0)