Update TemplateWrapper.php

This commit is contained in:
Yonel Ceruto
2019-04-24 09:50:53 -04:00
committed by GitHub
parent a6ec023c09
commit c9a1cb02d5
+1 -1
View File
@@ -138,7 +138,7 @@ final class TemplateWrapper
/**
* @return string
*/
public function getTemplatename()
public function getTemplateName()
{
return $this->template->getTemplateName();
}