mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02: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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user