1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-13 08:34:19 +02:00

Flextype Core: Plugins - fixes.

This commit is contained in:
Awilum
2019-05-22 13:09:07 +03:00
parent bcee0708cb
commit 462a21a8f1

View File

@@ -38,7 +38,6 @@ class Plugins
{
$this->flextype = $flextype;
$this->locales = JsonParser::decode(Filesystem::read(ROOT_DIR . '/flextype/config/locales.json'));
$this->init($flextype, $app);
}
public function getLocales()