Skip to content

Commit 258f636

Browse files
datamwebkenjis
andauthored
Update docs/2 - authentication.md
Co-authored-by: kenjis <[email protected]>
1 parent 229338f commit 258f636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/2 - authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ the user that was logged in as `extraInfo()`.
9494
```php
9595
$result = auth()->attempt($credentials);
9696

97-
if($result->isOK()) {
97+
if ($result->isOK()) {
9898
$user = $result->extraInfo();
9999
}
100100
```

0 commit comments

Comments
 (0)