We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa19e0 commit 8849ab7Copy full SHA for 8849ab7
src/resources/views/crud/columns/upload_multiple.blade.php
@@ -13,7 +13,7 @@
13
14
return isset($column['temporary']) ?
15
asset(\Storage::disk($disk)->temporaryUrl($file_path, Carbon\Carbon::now()->addMinutes($column['temporary']))) :
16
- asset(\Storage::disk($disk)->url($file_path));
+ asset(\Storage::disk($disk)->url($file_path));
17
};
18
19
if($column['value'] instanceof \Closure) {
0 commit comments