@@ -13,8 +13,8 @@ |
||
| 13 | 13 | ConfigInterface, |
| 14 | 14 | }; |
| 15 | 15 | use FigTree\Config\Exceptions\{ |
| 16 | - InvalidConfigFileException, |
|
| 17 | - InvalidConfigFilePathException, |
|
| 16 | + InvalidConfigFileException, |
|
| 17 | + InvalidConfigFilePathException, |
|
| 18 | 18 | }; |
| 19 | 19 | |
| 20 | 20 | abstract class AbstractConfigRepository implements ConfigRepositoryInterface |