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