minor #2976 Typo in TemplateWrapper::getTemplateName() method name (yceruto)

This PR was merged into the 1.x branch.

Discussion
----------

Typo in TemplateWrapper::getTemplateName() method name

Commits
-------

c9a1cb02 Update TemplateWrapper.php
This commit is contained in:
Fabien Potencier
2019-04-24 16:13:39 +02:00
+1 -1
View File
@@ -138,7 +138,7 @@ final class TemplateWrapper
/**
* @return string
*/
public function getTemplatename()
public function getTemplateName()
{
return $this->template->getTemplateName();
}