Spatie\SlashCommand\AttachmentField::doNotDisplaySideBySide PHP Method

doNotDisplaySideBySide() public method

    public function doNotDisplaySideBySide()
    {
        $this->short = false;
        return $this;
    }