Skip to content

Commit

Permalink
folder restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
lade-devs committed Mar 4, 2022
1 parent 3db7ee2 commit 2d818af
Show file tree
Hide file tree
Showing 32 changed files with 6 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"email": "contact@digisigner.com"
}
],
"autoload": {
"psr-4": {
"DigiSigner\\DigiSignerClient\\": "src"
}
},
"license": "MIT",
"minimum-stability": "dev",
"config": {
Expand Down
Binary file added src/.DS_Store
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class SignatureRequest extends ExportObject {


protected $signature_request_id = null;
private $signature_request_id = null;
protected $documents = array();
protected $is_completed = null;
protected $redirect_for_signing_to_url = null;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2d818af

Please sign in to comment.