@@ -40,7 +40,7 @@ |
||
| 40 | 40 | ['name' => 'StringTrim'], |
| 41 | 41 | ['name' => 'Alpha'], |
| 42 | 42 | ], |
| 43 | - ]); |
|
| 43 | + ]); |
|
| 44 | 44 | |
| 45 | 45 | $controller = new ApiJobListByOrganizationController($jobRepository, $apiJobDehydrator, $inputFilter); |
| 46 | 46 | |