Test Failed
Pull Request — master (#27)
by
unknown
04:18
created
src/Concerns/Storage/Attachment/BaseAttachment.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,8 +66,7 @@
 block discarded – undo
66 66
 
67 67
                 $model->{"{$this->name}_file_$key"} = $value;
68 68
             }
69
-        }
70
-        else {
69
+        } else {
71 70
             $model->{"{$this->name}_file_name"} = $this->output['name'] ?? null;
72 71
             $model->{"{$this->name}_file_meta"} = json_encode($this->output);
73 72
         }
Please login to merge, or discard this patch.