Completed
Pull Request — master (#50)
by
unknown
05:36
created
src/Rutorika/Sortable/ToSortedManyTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
145 145
      */
146 146
     public function sync($ids, $detaching = true)
147 147
     {
148
-        if($detaching) {
148
+        if ($detaching) {
149 149
             $this->detach();
150 150
         }
151 151
 
Please login to merge, or discard this patch.