summaryrefslogtreecommitdiff
path: root/app/Module/RepositoryListModule.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/RepositoryListModule.php')
-rw-r--r--app/Module/RepositoryListModule.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/Module/RepositoryListModule.php b/app/Module/RepositoryListModule.php
index 97f0b7baf5..436cb0be3d 100644
--- a/app/Module/RepositoryListModule.php
+++ b/app/Module/RepositoryListModule.php
@@ -123,20 +123,6 @@ class RepositoryListModule extends AbstractModule implements ModuleListInterface
}
/**
- * Handle URLs generated by older versions of webtrees
- *
- * @param ServerRequestInterface $request
- *
- * @return ResponseInterface
- */
- public function getListAction(ServerRequestInterface $request): ResponseInterface
- {
- $tree = Validator::attributes($request)->tree();
-
- return redirect($this->listUrl($tree, $request->getQueryParams()));
- }
-
- /**
* @param ServerRequestInterface $request
*
* @return ResponseInterface