`Module`: Use correct name case for `Web::getFrontController()` method
This commit is contained in:
parent
381aee94d1
commit
1c0480d484
|
@ -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()
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue