security->getUser(); if (!$user instanceof User) { return []; } return $this->employeeRepository->findScoped($user); } }