@@ -38,8 +38,7 @@ |
||
38 | 38 | if(isset($equip['laravel_through_key'])) |
39 | 39 | { |
40 | 40 | // Remove that piece from the current equipment list so it is not updated later |
41 | - $current = $current->filter(function($i) use ($equip) |
|
42 | - { |
|
41 | + $current = $current->filter(function($i) use ($equip) { |
|
43 | 42 | return $i->equip_id != $equip['equip_id']; |
44 | 43 | }); |
45 | 44 | } |