Skip to content

Commit 4cd9fb4

Browse files
committed
Fix typo in the UserFactory docblock
1 parent 7bd199a commit 4cd9fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/factories/UserFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function unverified(): static
4646
}
4747

4848
/**
49-
* IIndicate that the model does not have two-factor authentication configured.
49+
* Indicate that the model does not have two-factor authentication configured.
5050
*/
5151
public function withoutTwoFactor(): static
5252
{

0 commit comments

Comments
 (0)