@@ -345,9 +345,9 @@ discard block |
||
| 345 | 345 | } |
| 346 | 346 | } |
| 347 | 347 | |
| 348 | - // Validate $includeTicketsEvents; |
|
| 348 | + // Validate $includeTicketsEvents; |
|
| 349 | 349 | |
| 350 | - if (!empty($includeTicketsEvents)) { |
|
| 350 | + if (!empty($includeTicketsEvents)) { |
|
| 351 | 351 | if (!$this->validator->validInclude($includeTicketsEvents)) { |
| 352 | 352 | throw new ValidationException('include', $includeTicketsEvents); |
| 353 | 353 | } else { |
@@ -355,9 +355,9 @@ discard block |
||
| 355 | 355 | } |
| 356 | 356 | } |
| 357 | 357 | |
| 358 | - // Validate $includeTicketsEvents; |
|
| 358 | + // Validate $includeTicketsEvents; |
|
| 359 | 359 | |
| 360 | - if (!empty($includeTicketsClassPasses)) { |
|
| 360 | + if (!empty($includeTicketsClassPasses)) { |
|
| 361 | 361 | if (!$this->validator->validInclude($includeTicketsClassPasses)) { |
| 362 | 362 | throw new ValidationException('include', $includeTicketsClassPasses); |
| 363 | 363 | } else { |