mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
Moving/Renaming ConfigCacheLoader to ConfigFileLoader
This commit is contained in:
parent
e53c289da3
commit
c8a63f6b9c
11 changed files with 22 additions and 11 deletions
|
@ -12,6 +12,7 @@ use Friendica\Core\Hook;
|
|||
use Friendica\Core\L10n;
|
||||
use Friendica\Database\DBA;
|
||||
use Friendica\Model\User;
|
||||
use Friendica\Util\Config\ConfigFileLoader;
|
||||
use Friendica\Util\DateTimeFormat;
|
||||
|
||||
function testdrive_install() {
|
||||
|
@ -35,7 +36,7 @@ function testdrive_uninstall() {
|
|||
|
||||
}
|
||||
|
||||
function testdrive_load_config(App $a, Config\Cache\ConfigCacheLoader $loader)
|
||||
function testdrive_load_config(App $a, ConfigFileLoader $loader)
|
||||
{
|
||||
$a->getConfigCache()->load($loader->loadAddonConfig('testdrive'));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue