This commit is contained in:
Philipp Holzer 2020-01-18 21:01:44 +01:00
rodič 2838635d64
revize 0e6a675cb5
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: D8365C3D36B77D90
2 změnil soubory, kde provedl 4 přidání a 1 odebrání

Zobrazit soubor

@ -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;

Zobrazit soubor

@ -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);