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:
parent
8e19fb0871
commit
789eacc54e
@ -183,7 +183,7 @@ $space->PutSpaceACL($new_acl);
|
||||
|
||||
```php
|
||||
try {
|
||||
$space->createSpace("dev");
|
||||
$space->CreateSpace("dev");
|
||||
} catch (\SpacesAPIException $e) {
|
||||
$error = $e->GetError();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user