SupportsDefaultModels
trait SupportsDefaultModels
Properties
| protected Closure|array|bool | $withDefault | Indicates if a default model instance should be used. |
Methods
withDefault(Closure|array|bool $callback = true)
Return a new model instance in case the relationship does not exist.
Model|null
Details
at line 22
abstract protected Model
newRelatedInstanceFor(Model $parent)
Make a new related instance for the given model.
at line 29
SupportsDefaultModels
withDefault(Closure|array|bool $callback = true)
Return a new model instance in case the relationship does not exist.