Skip to content

Commit c77b183

Browse files
authored
Merge pull request #122 from woenel/patch-1
Semi colon
2 parents 1fd0de9 + 3154d05 commit c77b183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Fortify::authenticateUsing(function (Request $request) {
123123
Hash::check($request->password, $user->password)) {
124124
return $user;
125125
}
126-
})
126+
});
127127
```
128128

129129
### Registration

0 commit comments

Comments
 (0)