Searched refs:RedirectRepoListPhp (Results 1 – 3 of 3) sorted by relevance
45 use Fisharebest\Webtrees\Http\RequestHandlers\RedirectRepoListPhp; alias94 $router->get(RedirectRepoListPhp::class, '/repolist.php', RedirectRepoListPhp::class);
95 $handler = new RedirectRepoListPhp($module_service, $tree_service);114 $handler = new RedirectRepoListPhp($module_service, $tree_service);
40 class RedirectRepoListPhp implements RequestHandlerInterface class