mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-14 10:37:19 -07:00
Updated examples with new function names
This commit is contained in:
parent
8e19fb0871
commit
789eacc54e
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ $space->PutSpaceACL($new_acl);
|
|||
|
||||
```php
|
||||
try {
|
||||
$space->createSpace("dev");
|
||||
$space->CreateSpace("dev");
|
||||
} catch (\SpacesAPIException $e) {
|
||||
$error = $e->GetError();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue