]> _ Git - cubist_locale.git/commitdiff
#2868
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 8 Jul 2019 13:09:59 +0000 (15:09 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 8 Jul 2019 13:09:59 +0000 (15:09 +0200)
src/Translate.php

index 5e4f691b227cc27afe56a0c206b26d1295df900d..e3c90bb03abc89fd4aca00822ba4542acfb5f836 100644 (file)
@@ -1,6 +1,9 @@
 <?php
 
 namespace Cubist\Locale;
+use \RecursiveIteratorIterator;
+use \RecursiveDirectoryIterator;
+
 class Translate
 {