Completed
Push — master ( 40fce1...025fda )
by Oleg
06:38
created
src/Entity/Item.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,8 +51,7 @@
 block discarded – undo
51 51
     public function buildAttributes($attributes = [])
52 52
     {
53 53
         $attributes = $this->isActive() ?
54
-            (new MergeAttributes($this->builder->activeAttributes()->all(), $attributes))->merge() :
55
-            $attributes;
54
+            (new MergeAttributes($this->builder->activeAttributes()->all(), $attributes))->merge() : $attributes;
56 55
 
57 56
         return $this->attributes->build($attributes);
58 57
     }
Please login to merge, or discard this patch.