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

View File

@@ -15,7 +15,7 @@ declare(strict_types=1);
namespace Netzmacht\Contao\Leaflet\Backend\Renderer\Label\Layer;
use Contao\StringUtil;
use Symfony\Component\Translation\TranslatorInterface as Translator;
use Symfony\Contracts\Translation\TranslatorInterface as Translator;
/**
* Class OverpassLabelRenderer.