mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
fixes
This commit is contained in:
@@ -47,7 +47,23 @@ use function array_key_exists;
|
||||
|
||||
final class ActivityController extends AbstractController
|
||||
{
|
||||
public function __construct(private ActivityACLAwareRepositoryInterface $activityACLAwareRepository, private ActivityTypeRepositoryInterface $activityTypeRepository, private ActivityTypeCategoryRepository $activityTypeCategoryRepository, private PersonRepository $personRepository, private ThirdPartyRepository $thirdPartyRepository, private LocationRepository $locationRepository, private ActivityRepository $activityRepository, private AccompanyingPeriodRepository $accompanyingPeriodRepository, private EntityManagerInterface $entityManager, private EventDispatcherInterface $eventDispatcher, private LoggerInterface $logger, private SerializerInterface $serializer, private UserRepositoryInterface $userRepository, private CenterResolverManagerInterface $centerResolver, private TranslatorInterface $translator)
|
||||
public function __construct(
|
||||
private ActivityACLAwareRepositoryInterface $activityACLAwareRepository,
|
||||
private ActivityTypeRepositoryInterface $activityTypeRepository,
|
||||
private ActivityTypeCategoryRepository $activityTypeCategoryRepository,
|
||||
private PersonRepository $personRepository,
|
||||
private ThirdPartyRepository $thirdPartyRepository,
|
||||
private LocationRepository $locationRepository,
|
||||
private ActivityRepository $activityRepository,
|
||||
private AccompanyingPeriodRepository $accompanyingPeriodRepository,
|
||||
private EntityManagerInterface $entityManager,
|
||||
private EventDispatcherInterface $eventDispatcher,
|
||||
private LoggerInterface $logger,
|
||||
private SerializerInterface $serializer,
|
||||
private UserRepositoryInterface $userRepository,
|
||||
private CenterResolverManagerInterface $centerResolver,
|
||||
private TranslatorInterface $translator,
|
||||
)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user