@@ -342,7 +342,7 @@ |
||
| 342 | 342 | } |
| 343 | 343 | |
| 344 | 344 | if (! in_array($id, $filters)) { |
| 345 | - throw new InvalidArgumentException("Unrecognized {$mode}. Please check the IDs you sent."); |
|
| 345 | + throw new InvalidArgumentException("unrecognized {$mode}. Please check the IDs you sent."); |
|
| 346 | 346 | } |
| 347 | 347 | } |
| 348 | 348 | |