Skip to content

Commit 84578f0

Browse files
committed
修改5.2移植的时候字段username的问题
1 parent a80781b commit 84578f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/admin/user/_form.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="form-group">
22
<label for="tag" class="col-md-3 control-label">用户名</label>
33
<div class="col-md-5">
4-
<input type="text" class="form-control" name="username" id="tag" value="{{ $username }}" autofocus>
4+
<input type="text" class="form-control" name="name" id="tag" value="{{ $name }}" autofocus>
55
</div>
66
</div>
77
<div class="form-group">

0 commit comments

Comments
 (0)