@@ -58,7 +58,7 @@ |
||
| 58 | 58 | throw new LineException('Unknown dimension'); |
| 59 | 59 | } |
| 60 | 60 | |
| 61 | - $className = __NAMESPACE__ . "\\{$argsToClass[$lowestDimension]}"; |
|
| 61 | + $className = __NAMESPACE__."\\{$argsToClass[$lowestDimension]}"; |
|
| 62 | 62 | |
| 63 | 63 | return new $className($from, $to); |
| 64 | 64 | } |