`Module`: Use correct name case for `Web::getFrontController()` method

This commit is contained in:
raviks789 2023-08-15 09:59:26 +02:00
parent 381aee94d1
commit 1c0480d484
1 changed files with 1 additions and 1 deletions

View File

@ -1315,7 +1315,7 @@ class Module
$router = $this->app->getFrontController()->getRouter();
// TODO: We should not be required to do this. Please check dispatch()
$this->app->getfrontController()->addControllerDirectory(
$this->app->getFrontController()->addControllerDirectory(
$this->getControllerDir(),
$this->getName()
);