@@ -101,7 +101,7 @@ |
||
101 | 101 | public function deleteRegistrations($weblist_id) |
102 | 102 | { |
103 | 103 | $params = $this->credentials->getArray(); |
104 | - $params['Id_WebListe'] = '72200' . '_' . 'T3'; |
|
104 | + $params['Id_WebListe'] = '72200'.'_'.'T3'; |
|
105 | 105 | return new Response($this->soap->SletTilmeldingerV2($params)); |
106 | 106 | } |
107 | 107 | } |