work on userRenderTest

This commit is contained in:
2024-02-07 07:19:26 +01:00
parent 2121b3ef28
commit 835409cb94
2 changed files with 44 additions and 27 deletions

View File

@@ -346,6 +346,11 @@ class User implements UserInterface, \Stringable
return $this->jobHistories;
}
public function getUserScopeHistories(): Collection
{
return $this->scopeHistories;
}
/**
* @return ArrayCollection|UserJobHistory[]
*/