Spatie\SlashCommand\AttachmentField::setValue PHP Method

setValue() public method

Set the value of the field.
public setValue ( string $value )
$value string
    public function setValue(string $value)
    {
        $this->value = $value;
        return $this;
    }