@@ -232,7 +232,9 @@ |
||
232 | 232 | */ |
233 | 233 | public function file($server = '', $download = true) |
234 | 234 | { |
235 | - if ( ! $this->value ) return; |
|
235 | + if ( ! $this->value ) { |
|
236 | + return; |
|
237 | + } |
|
236 | 238 | $field = $this; |
237 | 239 | |
238 | 240 | return $this->unescape()->as(function ($path) use ($server, $download, $field) { |