@@ -10,9 +10,9 @@ |
||
10 | 10 | */ |
11 | 11 | namespace Exen\Konfig; |
12 | 12 | |
13 | -use Iterator; |
|
14 | 13 | use ArrayAccess; |
15 | 14 | use Exen\Konfig\Utils; |
15 | +use Iterator; |
|
16 | 16 | |
17 | 17 | abstract class AbstractKonfig implements ArrayAccess, Iterator, KonfigInterface |
18 | 18 | { |