Delete an extra semicolon

This commit is contained in:
Ivan Nieto Vivanco 2021-09-13 16:24:12 -05:00
parent 2b64af0d34
commit 1b433920f1

View file

@ -122,7 +122,7 @@
</tr>
</thead>
@php
$counter = 1;;
$counter = 1;
@endphp
@foreach ($assets as $asset)