1
0
mirror of https://github.com/SociallyDev/Spaces-API.git synced 2025-03-12 05:35:22 -07:00

Updated examples with new function names

This commit is contained in:
Devang Srivastava 2018-02-03 22:32:25 +05:30 committed by GitHub
parent 8e19fb0871
commit 789eacc54e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -183,7 +183,7 @@ $space->PutSpaceACL($new_acl);
```php
try {
$space->createSpace("dev");
$space->CreateSpace("dev");
} catch (\SpacesAPIException $e) {
$error = $e->GetError();