mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 02:46:29 +00:00
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:
@@ -138,7 +138,7 @@ final class TemplateWrapper
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getTemplatename()
|
||||
public function getTemplateName()
|
||||
{
|
||||
return $this->template->getTemplateName();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user