[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:
Nuno Maduro 2023-11-21 02:20:28 +11:00 committed by GitHub
parent 4d3c3a130f
commit 73cf5bc5bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,9 @@ use Illuminate\Support\Str;
*/ */
class UserFactory extends Factory class UserFactory extends Factory
{ {
/**
* The current password being used by the factory.
*/
protected static ?string $password; protected static ?string $password;
/** /**