mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 14:07:25 +01:00
Solved user source bug
This commit is contained in:
parent
f919b0e02c
commit
b84117f3d6
@ -21,6 +21,6 @@ trait NameSourceAttribut
|
||||
|
||||
public function getNameSource(): NameSourceInterface
|
||||
{
|
||||
return $this->getNameSource();
|
||||
return $this->nameSource;
|
||||
}
|
||||
}
|
||||
|
@ -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}%}
|
Loading…
Reference in New Issue
Block a user