@@ -108,7 +108,7 @@ |
||
| 108 | 108 | null, |
| 109 | 109 | 422, |
| 110 | 110 | self::INVALID_DISCRIMINATOR_VALUE, |
| 111 | - str_replace('{{value}}', (string) $value, $this->discError) |
|
| 111 | + str_replace('{{value}}', (string) $value, $this->discError) |
|
| 112 | 112 | ); |
| 113 | 113 | |
| 114 | 114 | throw new JsonApiException($error, 422); |