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 6ff47ed commit 4a9da2aCopy full SHA for 4a9da2a
src/resources/views/crud/columns/upload_multiple.blade.php
@@ -11,7 +11,7 @@
11
(isset($column['temporary']) ?
12
asset(\Storage::disk($disk)->temporaryUrl($file_path, Carbon\Carbon::now()->addMinutes($column['temporary']))) :
13
asset(\Storage::disk($disk)->url($file_path))
14
- ) : asset($prefix.$file_path));
+ ) : asset($prefix.$file_path);
15
};
16
17
if($column['value'] instanceof \Closure) {
0 commit comments