Completed
Pull Request — master (#8)
by Tomáš
02:25
created
src/Model/Values/Branch.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -254,7 +254,7 @@
 block discarded – undo
254 254
         $this->shipper              = $shipper;
255 255
         $this->service              = $service;
256 256
         $this->id                   = $id;
257
-        $this->uid                   = $uid;
257
+        $this->uid = $uid;
258 258
         $this->type                 = $type;
259 259
         $this->name                 = $name;
260 260
         $this->city                 = $city;
Please login to merge, or discard this patch.