UserFactory
extends Factory
in package
Tags
Table of Contents
Properties
- $password : string|null
- The current password being used by the factory.
Methods
- definition() : array<string, mixed>
- Define the model's default state.
- unverified() : static
- Indicate that the model's email address should be unverified.
Properties
$password
The current password being used by the factory.
protected
static string|null
$password
Methods
definition()
Define the model's default state.
public
definition() : array<string, mixed>
Return values
array<string, mixed>unverified()
Indicate that the model's email address should be unverified.
public
unverified() : static