Moved method names & class

This commit is contained in:
Philipp Holzer
2019-02-10 20:10:59 +01:00
parent 50dc31de87
commit 2e33d99f18
11 changed files with 22 additions and 23 deletions
+2 -2
View File
@@ -35,9 +35,9 @@ function testdrive_uninstall() {
}
function testdrive_load_config(App $a, Config\ConfigCacheLoader $loader)
function testdrive_load_config(App $a, Config\Cache\ConfigCacheLoader $loader)
{
$a->getConfig()->loadConfigArray($loader->loadAddonConfig('testdrive'));
$a->getConfigCache()->load($loader->loadAddonConfig('testdrive'));
}
function testdrive_globaldir_update($a,&$b) {