We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81c2c9 commit 303677dCopy full SHA for 303677d
src/Module/BaseModule.php
@@ -68,7 +68,7 @@ protected function loadSettings(): array
68
/**
69
* Loads the module language file - across the WHMCS
70
*/
71
- protected function loadLanguage()
+ public function loadLanguage()
72
{
73
$currentLanguage = $this->getCurrentLanguage(defined('CLIENTAREA'));
74
$languageFile = $this->getLanguageFile($currentLanguage);
0 commit comments