repository = $repository; } public function activeEntries(User $user): array { return $this->repository->getActiveEntries($user); } }