Fix loading of CalendarContext in CalendarContextTest. Needs to remove the final from PersonRepository

This commit is contained in:
2023-08-28 13:23:10 +02:00
parent d1e09d7047
commit e2d62d5792
3 changed files with 21 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ use function count;
use function in_array;
use function str_replace;
final class PersonRepository implements ObjectRepository
class PersonRepository implements ObjectRepository
{
private readonly EntityRepository $repository;