mirror of
https://github.com/friendica/friendica
synced 2025-04-27 11:10:12 +00:00
Remove unneeded Config namespace usages
This commit is contained in:
parent
f9d0e57f91
commit
ed9392469e
121 changed files with 24 additions and 158 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
namespace Friendica\Factory;
|
||||
|
||||
use Exception;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Core\Config\Cache;
|
||||
use Friendica\Model\Config\Config as ConfigModel;
|
||||
|
@ -14,6 +15,8 @@ class ConfigFactory
|
|||
* @param ConfigFileLoader $loader The Config Cache loader (INI/config/.htconfig)
|
||||
*
|
||||
* @return Cache
|
||||
*
|
||||
* @throws Exception
|
||||
*/
|
||||
public function createCache(ConfigFileLoader $loader)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue