Skip to content

Commit 73cf5bc

Browse files
[10.x] Fixes missing property description (#6275)
* Fixes missing property description * Update UserFactory.php --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
1 parent 4d3c3a1 commit 73cf5bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

database/factories/UserFactory.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
*/
1212
class UserFactory extends Factory
1313
{
14+
/**
15+
* The current password being used by the factory.
16+
*/
1417
protected static ?string $password;
1518

1619
/**

0 commit comments

Comments
 (0)