Use symfony translation contracts

This commit is contained in:
David Molineus
2022-02-22 09:52:12 +01:00
parent b79a75ac21
commit 9434302a16
17 changed files with 21 additions and 22 deletions
+1 -2
View File
@@ -14,7 +14,6 @@ declare(strict_types=1);
namespace Netzmacht\Contao\Leaflet\Frontend\Module;
use Contao\Config;
use Contao\CoreBundle\Framework\Adapter;
use Contao\Input;
use Netzmacht\Contao\Leaflet\MapProvider;
@@ -22,7 +21,7 @@ use Netzmacht\Contao\Toolkit\Component\Component;
use Netzmacht\Contao\Toolkit\Component\ComponentFactory;
use Netzmacht\Contao\Toolkit\Data\Model\RepositoryManager;
use Symfony\Component\Templating\EngineInterface as TemplateEngine;
use Symfony\Component\Translation\TranslatorInterface as Translator;
use Symfony\Contracts\Translation\TranslatorInterface as Translator;
/**
* Class MapElementFactory