@@ -61,7 +61,7 @@ |
||
| 61 | 61 | return array( |
| 62 | 62 | 'title' => $job->getTitle(), |
| 63 | 63 | 'location' => $job->getLocation(), |
| 64 | - 'link' => $this->jobUrl->__invoke($job,['linkOnly'=> true]), |
|
| 64 | + 'link' => $this->jobUrl->__invoke($job, ['linkOnly'=> true]), |
|
| 65 | 65 | 'organization' => array( |
| 66 | 66 | 'name' => $job->getOrganization()->getOrganizationName()->getName(), |
| 67 | 67 | ), |