- public function __construct(EntityRepo $entityRepo, ViewService $viewService, SearchService $searchService)
- {
- $this->entityRepo = $entityRepo;
+ public function __construct(
+ ViewService $viewService,
+ SearchService $searchService,
+ EntityContext $entityContextManager
+ ) {