Changed descriptive extension name to ID

This commit is contained in:
Alexander Makarov
2014-06-20 13:34:12 +04:00
parent 22884e7384
commit c9fe74b299

View File

@@ -193,6 +193,6 @@ class Extension extends \Twig_Extension
*/
public function getName()
{
return 'Twig Extension for Yii 2';
return 'yii2-twig';
}
}