Spatie\SlashCommand\AttachmentField::doNotDisplaySideBySide PHP 메소드

doNotDisplaySideBySide() 공개 메소드

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