Fix class and method names to use camel case
This commit is contained in:
@@ -30,7 +30,7 @@ class Renderer {
|
||||
}
|
||||
|
||||
function setupTranslations() {
|
||||
$this->renderer->addExtension(new Twig\i18n(Env::$plugin_name));
|
||||
$this->renderer->addExtension(new Twig\I18n(Env::$plugin_name));
|
||||
}
|
||||
|
||||
function setupFunctions() {
|
||||
|
Reference in New Issue
Block a user