@@ -26,7 +26,9 @@ |
||
| 26 | 26 | use Quantum\Di\Exceptions\DiException; |
| 27 | 27 | use ReflectionException; |
| 28 | 28 | |
| 29 | -if (!defined('DS')) define('DS', DIRECTORY_SEPARATOR); |
|
| 29 | +if (!defined('DS')) { |
|
| 30 | + define('DS', DIRECTORY_SEPARATOR); |
|
| 31 | +} |
|
| 30 | 32 | |
| 31 | 33 | /** |
| 32 | 34 | * Class ConsoleAppAdapter |