Test on PHP 7.3 (#3286)
This commit is contained in:
committed by
Graham Campbell
parent
97328b6f9e
commit
d900e274c6
@@ -2,7 +2,7 @@
|
||||
<div class="section-timeline">
|
||||
<h1>{{ trans('cachet.incidents.past') }}</h1>
|
||||
@foreach($allIncidents as $date => $incidents)
|
||||
@include('partials.incidents', [compact($date), compact($incidents)])
|
||||
@include('partials.incidents', [@compact($date), @compact($incidents)])
|
||||
@endforeach
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user