mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
Fix loading of CalendarContext in CalendarContextTest. Needs to remove the final from PersonRepository
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user