Example #1
0
 /**
  * [handle description]
  *
  * @param  EntityManager $em
  *
  * @return User
  */
 public function handle(ItemRepository $repository)
 {
     return $repository->all();
 }