[10.x] Fixes missing property description (#6275)
* Fixes missing property description * Update UserFactory.php --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
This commit is contained in:
parent
4d3c3a130f
commit
73cf5bc5bc
|
@ -11,6 +11,9 @@
|
|||
*/
|
||||
class UserFactory extends Factory
|
||||
{
|
||||
/**
|
||||
* The current password being used by the factory.
|
||||
*/
|
||||
protected static ?string $password;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue