This commit is contained in:
Ben Word
2015-12-26 17:23:35 -06:00
parent fa0e51faa4
commit 67c190fc41
8 changed files with 26 additions and 20 deletions

View File

@@ -41,8 +41,7 @@ class Wrapper implements WrapperInterface {
}
/** {@inheritdoc} */
public function getTemplate()
{
public function getTemplate() {
return $this->template;
}
}