We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6c475 commit ca0ddfbCopy full SHA for ca0ddfb
Smarty/Plugins/Keyword.php
@@ -28,8 +28,8 @@
28
use Keyword\Model\FolderAssociatedKeywordQuery;
29
use Keyword\Model\KeywordQuery;
30
use Keyword\Model\ProductAssociatedKeywordQuery;
31
-use Thelia\Core\Template\Smarty\AbstractSmartyPlugin;
32
-use Thelia\Core\Template\Smarty\SmartyPluginDescriptor;
+use TheliaSmarty\Template\AbstractSmartyPlugin;
+use TheliaSmarty\Template\SmartyPluginDescriptor;
33
34
class Keyword extends AbstractSmartyPlugin
35
{
@@ -162,9 +162,6 @@ public function productHasKeyword($params)
162
163
}
164
165
- /**
166
- * @return an array of SmartyPluginDescriptor
167
- */
168
public function getPluginDescriptors()
169
170
return array(
0 commit comments