From c0bdc93fa8368d9c33c0bc18b825fe4e8f27c92a Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 22 May 2022 20:09:42 +0300 Subject: [PATCH] feat(shortcodes): typo fix settings path --- src/flextype/core/Parsers/Shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/core/Parsers/Shortcodes.php b/src/flextype/core/Parsers/Shortcodes.php index 84689f94..34dfba8f 100644 --- a/src/flextype/core/Parsers/Shortcodes.php +++ b/src/flextype/core/Parsers/Shortcodes.php @@ -62,7 +62,7 @@ final class Shortcodes */ protected function __construct() { - $settings = registry()->get('flextype.settings.shortcodes'); + $settings = registry()->get('flextype.settings.parsers.shortcodes'); $this->shortcodeFacade = new ShortcodeFacade(); $this->shortcodeFacade->setParser((new RegularParser((new Syntax($settings['opening_tag'], $settings['closing_tag'],