File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public function manage() : ViewResponse {
1515 }
1616
1717 /**
18- * @see https://docs.mongodb.com/php-library/v1.6 /reference/method/MongoDBCollection-createIndex/index.html
18+ * @see https://docs.mongodb.com/php-library/v1.12 /reference/method/MongoDBCollection-createIndex/index.html
1919 */
2020 public function create () : JsonResponse {
2121
@@ -44,7 +44,7 @@ public function create() : JsonResponse {
4444 }
4545
4646 /**
47- * @see https://docs.mongodb.com/php-library/v1.6 /reference/method/MongoDBCollection-listIndexes/index.html
47+ * @see https://docs.mongodb.com/php-library/v1.12 /reference/method/MongoDBCollection-listIndexes/index.html
4848 */
4949 public function list () : JsonResponse {
5050
@@ -79,7 +79,7 @@ public function list() : JsonResponse {
7979 }
8080
8181 /**
82- * @see https://docs.mongodb.com/php-library/v1.6 /reference/method/MongoDBCollection-dropIndex/index.html
82+ * @see https://docs.mongodb.com/php-library/v1.12 /reference/method/MongoDBCollection-dropIndex/index.html
8383 */
8484 public function drop () : JsonResponse {
8585
You can’t perform that action at this time.
0 commit comments