Replaced Moment with Carbon #84

Merged
Ghost merged 148 commits from develop into beta 2022-09-22 05:53:36 +02:00
Showing only changes of commit 8a81ec25fc - Show all commits

View file

@ -109,7 +109,7 @@
@endif @endif
@endforeach @endforeach
@else @else
@if($files[0] != '') @if(isset($files[0]) && $files[0] != '')
@php @php
$fileName = explode("/", $item['file']); $fileName = explode("/", $item['file']);
@endphp @endphp