@@ -26,7 +26,7 @@ |
||
26 | 26 | public static function default(): self |
27 | 27 | { |
28 | 28 | return new self( |
29 | - dirname(__DIR__, 2) . DS . 'Generated' . DS, |
|
29 | + dirname(__DIR__, 2).DS.'Generated'.DS, |
|
30 | 30 | DS |
31 | 31 | ); |
32 | 32 | } |