Optimized FormMeta and Tests

This commit is contained in:
Kevin Frantz
2018-11-23 16:50:37 +01:00
parent 2009f1b691
commit 926eb0c3fb
6 changed files with 59 additions and 9 deletions

View File

@@ -94,9 +94,4 @@ class TemplateMeta implements TemplateMetaInterface
{
return $this->type;
}
public function getPathSuffix(): string
{
return $this->pathSuffix;
}
}