Skip to content

Commit

Permalink
Merge pull request #10 from hafijul233/develop
Browse files Browse the repository at this point in the history
method name correction
  • Loading branch information
hafijul233 authored Nov 20, 2021
2 parents 6a81d91 + 8947b33 commit 53e3dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/bootstrap4/inline/password.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</div>
@endif

{!! Form::passwprd($name, array_merge($options, $attributes)) !!}
{!! Form::password($name, array_merge($options, $attributes)) !!}

@if(isset($position) && $position == 'after')
<div class="input-group-append">
Expand Down

0 comments on commit 53e3dd5

Please sign in to comment.