@@ -115,8 +115,7 @@ |
||
115 | 115 | $value->getClientOriginalName(), |
116 | 116 | $value->getClientMimeType() |
117 | 117 | ); |
118 | - } |
|
119 | - elseif( is_array( $value ) ) |
|
118 | + } elseif( is_array( $value ) ) |
|
120 | 119 | { |
121 | 120 | $list[$key] = $this->getFiles( $value ); |
122 | 121 | } |