Skip to content

Commit 6b4c283

Browse files
committed
Rename "Query Database" view
1 parent e17dfb4 commit 6b4c283

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

source/php/MPG/DatabasesController.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,4 @@ public function getGraph() : JsonResponse {
127127

128128
}
129129

130-
public function query() : ViewResponse {
131-
132-
AuthController::ensureUserIsLogged();
133-
134-
return new ViewResponse(200, 'queryDatabase', [
135-
'databaseNames' => self::getDatabaseNames()
136-
]);
137-
138-
}
139-
140130
}

0 commit comments

Comments
 (0)