diff --git a/resources/view/log.blade.php b/resources/view/log.blade.php index 9bfd106..ae3659a 100644 --- a/resources/view/log.blade.php +++ b/resources/view/log.blade.php @@ -295,7 +295,7 @@
Size: {{ $size }}   Updated at: - {{ \Carbon\Carbon::create(date('Y-m-d H:i:s', filectime($filePath)))->diffForHumans() }} + {{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', date('Y-m-d H:i:s', filectime($filePath)))->diffForHumans() }}  
@if ($prevUrl) @@ -389,4 +389,4 @@ - \ No newline at end of file +