hedronium\Jables\BaseType::defaultValue PHP Method

defaultValue() protected method

protected defaultValue ( )
    protected function defaultValue()
    {
        if ($defaultValue = $this->definition('default')) {
            $this->field->default($defaultValue);
        }
    }