@@ -12,9 +12,9 @@ |
||
12 | 12 | namespace Pimple\Config; |
13 | 13 | |
14 | 14 | use InvalidArgumentException; |
15 | -use RuntimeException; |
|
16 | 15 | use Pimple\Container; |
17 | 16 | use Pimple\ServiceProviderInterface; |
17 | +use RuntimeException; |
|
18 | 18 | |
19 | 19 | /** |
20 | 20 | * Class ConfigServiceProvider |