This commit is contained in:
shimon
2022-07-03 16:59:40 +03:00
parent bb172f8a3e
commit c2e599222e
5 changed files with 20 additions and 5 deletions
-1
View File
@@ -149,7 +149,6 @@ App::post('/v1/projects')
'orders' => $index['orders'],
]);
}
var_dump($key);
$dbForProject->createCollection($key, $attributes, $indexes);
}