Skip to content

Commit

Permalink
FIX: Code Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed May 4, 2023
1 parent 1925b33 commit ffc15c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function initialize()

public function onStartup()
{
Translator::load($this->languageModel->getCurrentLanguage(), __DIR__.'/Locale');
Translator::load($this->languageModel->getCurrentLanguage(), __DIR__ . '/Locale');
}

public function getPluginName()
Expand Down

0 comments on commit ffc15c2

Please sign in to comment.