Skip to content

Commit

Permalink
compact error fix (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoswey authored and mchekin committed Nov 19, 2019
1 parent 855ca90 commit 0b163fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/location/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@

{!! csrf_field() !!}
@foreach($location->characters as $character)
@include('location.partials.list-character', compact('$character'))
@include('location.partials.list-character', compact('character'))
@endforeach
</ul>
</form>
</div>
</div>

@stop
@stop

0 comments on commit 0b163fc

Please sign in to comment.