1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-07 21:56:33 +02:00

feat(shortcodes): typo fix settings path

This commit is contained in:
Awilum
2022-05-22 20:09:42 +03:00
parent b4d7f30d4b
commit c0bdc93fa8

View File

@@ -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'],