Skip to content

Commit 4fe8b2c

Browse files
committed
docs: fix typo
1 parent 4180cab commit 4fe8b2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ $credentials = [
141141
'password' => $this->request->getPost('password')
142142
];
143143

144-
$validCreds? = auth()->check($credentials);
144+
$validCreds = auth()->check($credentials);
145145

146146
if (! $validCreds->isOK()) {
147147
return redirect()->back()->with('error', $loginAttempt->reason());

0 commit comments

Comments
 (0)