Added global function cloudobjects_get_object()

This commit is contained in:
2026-06-15 09:29:04 +00:00
parent a7eb83be44
commit ce77709d37
3 changed files with 90 additions and 1 deletions

View File

@@ -21,7 +21,10 @@
"autoload": {
"psr-0": {
"CloudObjects\\SDK" : ""
}
},
"files": [
"CloudObjects/SDK/functions.php"
]
},
"require-dev" : {
"phpunit/phpunit": "^10",