Skip to content

Commit 4b8118c

Browse files
Update schema-graphs.md (#41)
1 parent 58ed9f9 commit 4b8118c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/schema-graphs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ You can use the schema manager to perform CRUD actions on named graphs.
44
## Graph functions
55
The schema manager supports the following graph functions:
66

7-
### public function createGraph(string $name, array $config = [], $waitForSync = false): stdClass
7+
### createGraph(string $name, array $config = [], $waitForSync = false): stdClass
88
```
99
$arangoClient->schema()->createGraph(
1010
'relations',

0 commit comments

Comments
 (0)