hedronium\Jables\BaseType::defaultValue PHP Метод

defaultValue() защищенный Метод

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