Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ Obfuscator.php
make_obfuscate.php
composer.lock

/packages
/docs
# unit testing
2 changes: 1 addition & 1 deletion app/Helpers/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
function opensid_api_version()
{
return "v2608.0.0";
return "v2609.0.0";
}
}

Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/Http/Controllers/Admin/Surat/SuratController.php

Large diffs are not rendered by default.

Loading