Skip to content

Commit

Permalink
Update src/content/1.7/webservice/tutorials/creating-access.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRambaud committed Aug 13, 2020
1 parent fb326ba commit 068322c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/1.7/webservice/tutorials/creating-access.md
Expand Up @@ -65,7 +65,7 @@ Creating API keys can be done with the class WebserviceKey.
```php
<?php
$apiAccess = new WebserviceKey();
$apiAccess->key = 'GENERATE_A_COMPLEX_VALUE_32_CHAR';
$apiAccess->key = 'GENERATE_A_COMPLEX_VALUE_WITH_32_CHARACTERS';
$apiAccess->save();
```

Expand Down

0 comments on commit 068322c

Please sign in to comment.