Delete an extra semicolon
This commit is contained in:
parent
2b64af0d34
commit
1b433920f1
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@php
|
@php
|
||||||
$counter = 1;;
|
$counter = 1;
|
||||||
@endphp
|
@endphp
|
||||||
|
|
||||||
@foreach ($assets as $asset)
|
@foreach ($assets as $asset)
|
||||||
|
|
Loading…
Add table
Reference in a new issue