[10.x] Fixes missing property description (#6275)

* Fixes missing property description

* Update UserFactory.php

---------

Co-authored-by: Taylor Otwell <[email protected]>
This commit is contained in:
Nuno Maduro
2023-11-20 09:20:28 -06:00
committed by GitHub
co-authored by Taylor Otwell
parent 4d3c3a130f
commit 73cf5bc5bc
+3
View File
@@ -11,6 +11,9 @@ use Illuminate\Support\Str;
*/
class UserFactory extends Factory
{
/**
* The current password being used by the factory.
*/
protected static ?string $password;
/**