예제 #1
0
 /**
  * @param UuidInterface $id
  * @return Attribute
  * @throws EntityNotFoundException
  */
 public function findOneById(UuidInterface $id)
 {
     return $this->attributeRepository->findOneById($id);
 }