Spatie\SlashCommand\AttachmentField::toArray PHP Method

toArray() public method

Get the array representation of this attachment field.
public toArray ( ) : array
return array
    public function toArray() : array
    {
        return ['title' => $this->title, 'value' => $this->value, 'short' => $this->short];
    }