3) Introducing ConfigFactory

This commit is contained in:
Philipp Holzer
2019-02-03 22:22:04 +01:00
parent 5c50684b50
commit 4af0119b73
23 changed files with 843 additions and 632 deletions

View File

@@ -68,7 +68,7 @@ class LegacyModule extends BaseModule
if (\function_exists($function_name)) {
$a = self::getApp();
return $function_name($a);
return $function_name($a, $a->getConfig());
} else {
return parent::{$function_suffix}();
}