This commit is contained in:
Philipp Holzer 2020-01-18 21:01:44 +01:00
父節點 2838635d64
當前提交 0e6a675cb5
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: D8365C3D36B77D90
共有 2 個檔案被更改,包括 4 行新增1 行删除

查看文件

@ -4,7 +4,6 @@ namespace Friendica\Core;
use Exception;
use Friendica\Core\Config\IConfiguration;
use Friendica\Core\L10n;
use Friendica\Database\Database;
use Friendica\Model\Storage;
use Psr\Log\LoggerInterface;

查看文件

@ -3,6 +3,7 @@
namespace Friendica;
use Dice\Dice;
use Friendica\Core\L10n;
use Psr\Log\LoggerInterface;
/**
@ -156,6 +157,9 @@ abstract class DI
return self::$dice->create(Core\Lock\ILock::class);
}
/**
* @return L10n
*/
public static function l10n()
{
return self::$dice->create(Core\L10n::class);