Collective\Html\Eloquent\FormAccessible::mutateFormAttribute PHP Method

mutateFormAttribute() private method

private mutateFormAttribute ( $key, $value ) : mixed
$key
$value
return mixed
    private function mutateFormAttribute($key, $value)
    {
        return $this->{'form' . Str::studly($key) . 'Attribute'}($value);
    }