Skip to content

Commit 94c90fc

Browse files
committed
Rename "Query Database" view
1 parent 6849306 commit 94c90fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

source/php/MPG/MongoDBHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
/**
99
* @deprecated
10+
* TODO: Split this helper into many helpers.
1011
*/
1112
class MongoDBHelper {
1213

source/php/MPG/Routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public static function getPrefix() : string {
4040
* Redirects to a route.
4141
*
4242
* @param string $route Route with leading slash.
43-
* Example: /queryDatabase
43+
* Example: /queryDocuments
4444
*/
4545
public static function redirectTo(string $route) {
4646

0 commit comments

Comments
 (0)