@@ -11,10 +11,10 @@ |
||
11 | 11 | |
12 | 12 | namespace Exen\Konfig; |
13 | 13 | |
14 | -use SplStack; |
|
15 | 14 | use Exen\Konfig\Exception\EmptyDirectoryException; |
16 | 15 | use Exen\Konfig\Exception\FileNotFoundException; |
17 | 16 | use Exen\Konfig\Exception\UnsupportedFileFormatException; |
17 | +use SplStack; |
|
18 | 18 | |
19 | 19 | final class Konfig extends AbstractKonfig |
20 | 20 | { |