Upgraded to PHP 8.1

This commit is contained in:
Bernd Bestel
2022-12-10 15:19:11 +01:00
parent 84e3707f4f
commit 38a4ad8ec4
9 changed files with 124 additions and 89 deletions

View File

@@ -10,7 +10,6 @@
max-height: 250px !important;
object-fit: cover !important;
}
</style>
@endpush
@@ -520,7 +519,7 @@
@endif
@if(!empty($selectedRecipePosition->note))
<div class="text-muted">{!! nl2br($selectedRecipePosition->note) !!}</div>
<div class="text-muted">{!! nl2br($selectedRecipePosition->note ?? '') !!}</div>
@endif
</li>
@php $lastProductGroup = $selectedRecipePosition->product_group; @endphp