/** * Disable the laravel-shortcodes * * @return \Webwizo\Shortcodes\Shortcode */ public function disable() { $this->compiler->disable(); return $this; }
/** * Disable the shortcodes */ public function withoutShortcodes() { $this->shortcode->disable(); return $this; }