Moved method names & class

This commit is contained in:
Philipp Holzer 2019-02-10 20:10:59 +01:00
parent 50dc31de87
commit 2e33d99f18
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
11 changed files with 22 additions and 23 deletions

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) {