From 451a9f2a146c3886a46e4dd9e7fff6ad03bc9ec1 Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 4 Jan 2019 13:38:04 +0300 Subject: [PATCH] Flextype core: Snippets - fixed issue with shortcode --- flextype/Snippets.php | 1 + 1 file changed, 1 insertion(+) diff --git a/flextype/Snippets.php b/flextype/Snippets.php index 59e9a2d7..cd6d9c7f 100644 --- a/flextype/Snippets.php +++ b/flextype/Snippets.php @@ -14,6 +14,7 @@ namespace Flextype; use Flextype\Component\Filesystem\Filesystem; use Flextype\Component\Event\Event; +use Thunder\Shortcode\Shortcode\ShortcodeInterface; // Event: onShortcodesInitialized Event::addListener('onShortcodesInitialized', function () {