We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6849306 commit 94c90fcCopy full SHA for 94c90fc
source/php/MPG/MongoDBHelper.php
@@ -7,6 +7,7 @@
7
8
/**
9
* @deprecated
10
+ * TODO: Split this helper into many helpers.
11
*/
12
class MongoDBHelper {
13
source/php/MPG/Routes.php
@@ -40,7 +40,7 @@ public static function getPrefix() : string {
40
* Redirects to a route.
41
*
42
* @param string $route Route with leading slash.
43
- * Example: /queryDatabase
+ * Example: /queryDocuments
44
45
public static function redirectTo(string $route) {
46
0 commit comments