Merge pull request #3525 from danijelk/patch-1

Make sticked messages work on PHP7.3 - Resolves #3515
This commit is contained in:
James Brooks
2019-04-12 21:12:52 +01:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
<div class="section-stickied">
<h1>{{ trans('cachet.incidents.stickied') }}</h1>
@foreach($stickiedIncidents as $date => $incidents)
@include('partials.incidents', [compact($date), compact($incidents)])
@include('partials.incidents')
@endforeach
</div>
@endif