POPEndPointFactory
extends Factory
in package
Table of Contents
Properties
- $model : mixed
- The name of the factory's corresponding model.
Methods
- definition() : array<string|int, mixed>
- Define the model's default state.
Properties
$model
The name of the factory's corresponding model.
protected
mixed
$model
= \Modules\JaringanAkses\Models\POPEndPoint::class
Methods
definition()
Define the model's default state.
public
definition() : array<string|int, mixed>