Skip to content

Commit 4a9da2a

Browse files
committed
remove extra parenthesis
1 parent 6ff47ed commit 4a9da2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/crud/columns/upload_multiple.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
(isset($column['temporary']) ?
1212
asset(\Storage::disk($disk)->temporaryUrl($file_path, Carbon\Carbon::now()->addMinutes($column['temporary']))) :
1313
asset(\Storage::disk($disk)->url($file_path))
14-
) : asset($prefix.$file_path));
14+
) : asset($prefix.$file_path);
1515
};
1616
1717
if($column['value'] instanceof \Closure) {

0 commit comments

Comments
 (0)