[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:
@@ -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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user