SupportsDefaultModels
trait SupportsDefaultModels
Properties
protected Closure|array|bool | $withDefault | Indicates if a default model instance should be used. |
Methods
$this
withDefault(Closure|array|bool $callback = true)
Return a new model instance in case the relationship does not exist.
Model|null