mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 17:29:04 +00:00 
			
		
		
		
	Solved user source bug
This commit is contained in:
		| @@ -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}%} | ||||
		Reference in New Issue
	
	Block a user