FactoryBuilder class FactoryBuilder (
$this add(mixed $item) Add an item to the collection.
$this setDateFormat(string $format) Set the date format used by the model
bool|null delete() Delete the pivot model record from the database.
string joiningTable(string $related) Get the joining table name for a many-to-many
void __clone() Force a clone of the underlying query builder when cloning
void touchIfTouching() If we're touching the parent model, touch.
static void unguard(bool $state = true) Disable all mass assignable
array getMutatedAttributes() Get the mutated attributes for a given instance
Collection intersect(mixed $items)
Page 28 of 100