Skip to content

Commit b3e0ddc

Browse files
committed
Add missing use-statement
1 parent 3592d53 commit b3e0ddc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SimpleSAML/Locale/Localization.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
use Exception;
1414
use Gettext\Generator\ArrayGenerator;
15-
use Gettext\Loader\MoLoader;
15+
use Gettext\Loader\{MoLoader, PoLoader};
1616
use Gettext\{Translations, Translator, TranslatorFunctions};
1717
use SimpleSAML\{Configuration, Logger};
1818
use Symfony\Component\HttpFoundation\File\File;

0 commit comments

Comments
 (0)