trait
Illuminate
/
Database
/
Eloquent
/
Factories
/
HasFactory
HasFactory
Methods
public
static
factory
(
$count
,
$state
)
:
Illuminate\...\Factory
Get a new factory instance for the model.
Parameters
- $count callable|array|int|null
- $state callable|array
protected
static
newFactory
(
)
:
Illuminate\...\Factory
Create a new factory instance for the model.