@@ -45,7 +45,7 @@ |
||
| 45 | 45 | json_encode($json) |
| 46 | 46 | ); |
| 47 | 47 | if ($existentialModifier !== null) { |
| 48 | - return $command->withExistentialModifier($existentialModifier); |
|
| 48 | + return $command->withExistentialModifier($existentialModifier); |
|
| 49 | 49 | } |
| 50 | 50 | return $command; |
| 51 | 51 | } |