Completed
Pull Request — master (#9)
by Lars
02:33
created
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.