@@ -14,7 +14,8 @@ discard block |
||
14 | 14 | { |
15 | 15 | defined('PH7') or exit('Restricted access'); |
16 | 16 | |
17 | - use PH7\Framework\Config\Config, PH7\Framework\Cookie\Cookie; |
|
17 | + use PH7\Framework\Config\Config; |
|
18 | + use PH7\Framework\Cookie\Cookie; |
|
18 | 19 | |
19 | 20 | class Lang |
20 | 21 | { |
@@ -177,7 +178,8 @@ discard block |
||
177 | 178 | namespace |
178 | 179 | { |
179 | 180 | |
180 | - use PH7\Framework\Registry\Registry, PH7\Framework\Parse\SysVar; |
|
181 | + use PH7\Framework\Registry\Registry; |
|
182 | + use PH7\Framework\Parse\SysVar; |
|
181 | 183 | |
182 | 184 | /** |
183 | 185 | * Check if GetText PHP extension exists, if not, it'll includes the GetText library. |
@@ -6,9 +6,7 @@ |
||
6 | 6 | defined('PH7') or exit('Restricted access'); |
7 | 7 | |
8 | 8 | use PH7\Framework\Translate\Adapter\Gettext\StreamReader; |
9 | -use PH7\Framework\Translate\Adapter\Gettext\StringReader; |
|
10 | 9 | use PH7\Framework\Translate\Adapter\Gettext\FileReader; |
11 | -use PH7\Framework\Translate\Adapter\Gettext\CachedFileReader; |
|
12 | 10 | |
13 | 11 | |
14 | 12 | /* |