コード例 #1
0
 /**
  * Get the created entity.
  *
  * @param  Mixed $id
  * @return Entity
  */
 protected function getCreatedEntity($id)
 {
     return $this->repo->get($id);
 }