Updated examples with new function names

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

View file

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