From 09f08dc784af71215fb2078f86b62c147d89a416 Mon Sep 17 00:00:00 2001 From: Laravel Freelancer NL <36150929+LaravelFreelancerNL@users.noreply.github.com> Date: Sun, 1 Dec 2024 10:42:09 +0100 Subject: [PATCH] Update schema-graphs.md --- docs/schema-graphs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/schema-graphs.md b/docs/schema-graphs.md index 92d2657..4c99197 100644 --- a/docs/schema-graphs.md +++ b/docs/schema-graphs.md @@ -4,7 +4,7 @@ You can use the schema manager to perform CRUD actions on named graphs. ## Graph functions The schema manager supports the following graph functions: -### public function createGraph(string $name, array $config = [], $waitForSync = false): stdClass +### createGraph(string $name, array $config = [], $waitForSync = false): stdClass ``` $arangoClient->schema()->createGraph( 'relations',