Skip to content

Commit ca0ddfb

Browse files
Fix deprecated
1 parent 0b6c475 commit ca0ddfb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Smarty/Plugins/Keyword.php

+2-5
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
use Keyword\Model\FolderAssociatedKeywordQuery;
2929
use Keyword\Model\KeywordQuery;
3030
use Keyword\Model\ProductAssociatedKeywordQuery;
31-
use Thelia\Core\Template\Smarty\AbstractSmartyPlugin;
32-
use Thelia\Core\Template\Smarty\SmartyPluginDescriptor;
31+
use TheliaSmarty\Template\AbstractSmartyPlugin;
32+
use TheliaSmarty\Template\SmartyPluginDescriptor;
3333

3434
class Keyword extends AbstractSmartyPlugin
3535
{
@@ -162,9 +162,6 @@ public function productHasKeyword($params)
162162

163163
}
164164

165-
/**
166-
* @return an array of SmartyPluginDescriptor
167-
*/
168165
public function getPluginDescriptors()
169166
{
170167
return array(

0 commit comments

Comments
 (0)