diff --git a/application/classes/Ushahidi/Listener/IntercomCompanyListener.php b/application/classes/Ushahidi/Listener/IntercomCompanyListener.php index 088c9e7413..6698a07d7f 100644 --- a/application/classes/Ushahidi/Listener/IntercomCompanyListener.php +++ b/application/classes/Ushahidi/Listener/IntercomCompanyListener.php @@ -36,7 +36,7 @@ public function handle(EventInterface $event, $data = null) try { $company = [ - "company_id" => service('site'); + "company_id" => service('site') ]; $company->custom_attributes = $data;