hedronium\Jables\BaseType::nullable PHP Method

nullable() protected method

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