Skip to content

Commit

Permalink
Fix wrong variable name in placehoder template
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrckvzn committed Oct 5, 2021
1 parent 4b5bf8b commit f17f279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/placeholder.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
'style' => $placeholderStyle,
])
@else
<div style="{{$style}}" {!! $attributes !!}></div>
<div style="{{$placeholderStyle}}" {!! $attributes !!}></div>
@endif

0 comments on commit f17f279

Please sign in to comment.