Skip to content

Commit

Permalink
more explicit registerAutoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
driusan committed Dec 19, 2022
1 parent 8084cbb commit b4564d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Router/BaseRouter.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ public function handle(ServerRequestInterface $request) : ResponseInterface
->withAttribute("baseurl", $baseurl->__toString())
->withAttribute("CandID", $components[0]);
$module = $this->lorisinstance->getModule("timepoint_list");
$mr = new ModuleRouter($module);
$module->registerAutoloader();

$mr = new ModuleRouter($module);
return $ehandler->process($request, $mr);
}
}
Expand Down

0 comments on commit b4564d6

Please # to comment.