@@ -344,11 +344,11 @@ |
||
| 344 | 344 | |
| 345 | 345 | // Validate $includeTicketsEvents; |
| 346 | 346 | if (!empty($includeTicketsEvents)) { |
| 347 | - if (!$this->validator->validInclude($includeTicketsEvents)) { |
|
| 348 | - throw new ValidationException('include', $includeTicketsEvents); |
|
| 349 | - } else { |
|
| 350 | - $include[] = 'tickets.events'; |
|
| 351 | - } |
|
| 347 | + if (!$this->validator->validInclude($includeTicketsEvents)) { |
|
| 348 | + throw new ValidationException('include', $includeTicketsEvents); |
|
| 349 | + } else { |
|
| 350 | + $include[] = 'tickets.events'; |
|
| 351 | + } |
|
| 352 | 352 | } |
| 353 | 353 | |
| 354 | 354 | // Validate $includeTicketsEvents; |