We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e50cd48 commit c50be3bCopy full SHA for c50be3b
1 file changed
src/Sign/JSignService.php
@@ -24,7 +24,7 @@ public function sign(JSignParam $params)
24
$this->validation($params);
25
26
$commandSign = $this->commandSign($params);
27
- exec($commandSign, $output);
+ \exec($commandSign, $output);
28
29
$out = json_encode($output);
30
$messageSuccess = "Finished: Signature succesfully created.";
0 commit comments