mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
Moving/Renaming ConfigCacheLoader to ConfigFileLoader
This commit is contained in:
parent
e53c289da3
commit
c8a63f6b9c
11 changed files with 22 additions and 11 deletions
|
@ -86,6 +86,7 @@ use Friendica\Model\ItemContent;
|
|||
use Friendica\Model\Queue;
|
||||
use Friendica\Model\User;
|
||||
use Friendica\Object\Image;
|
||||
use Friendica\Util\Config\ConfigFileLoader;
|
||||
use Friendica\Util\DateTimeFormat;
|
||||
use Friendica\Util\Network;
|
||||
use Friendica\Util\Strings;
|
||||
|
@ -135,7 +136,7 @@ function twitter_uninstall()
|
|||
Hook::unregister('addon_settings_post', __FILE__, 'twitter_settings_post');
|
||||
}
|
||||
|
||||
function twitter_load_config(App $a, Config\Cache\ConfigCacheLoader $loader)
|
||||
function twitter_load_config(App $a, ConfigFileLoader $loader)
|
||||
{
|
||||
$a->getConfigCache()->load($loader->loadAddonConfig('twitter'));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue