Solved user source bug

This commit is contained in:
Kevin Frantz 2018-09-21 19:51:28 +02:00
parent f919b0e02c
commit b84117f3d6
2 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,6 @@ trait NameSourceAttribut
public function getNameSource(): NameSourceInterface public function getNameSource(): NameSourceInterface
{ {
return $this->getNameSource(); return $this->nameSource;
} }
} }

View File

@ -1 +1 @@
{% include "source/view/content/name." ~ app.request.requestFormat ~ ".twig" with {'source':source.userSource}%} {% include "source/view/content/name." ~ app.request.requestFormat ~ ".twig" with {'source':source.nameSource}%}