Skip to content

Commit 8849ab7

Browse files
committed
fix
1 parent 3aa19e0 commit 8849ab7

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
@@ -13,7 +13,7 @@
1313
1414
return isset($column['temporary']) ?
1515
asset(\Storage::disk($disk)->temporaryUrl($file_path, Carbon\Carbon::now()->addMinutes($column['temporary']))) :
16-
asset(\Storage::disk($disk)->url($file_path));
16+
asset(\Storage::disk($disk)->url($file_path));
1717
};
1818
1919
if($column['value'] instanceof \Closure) {

0 commit comments

Comments
 (0)