예제 #1
0
 /**
  * Transform the \Reply entity.
  *
  * @param \Reply $model
  *
  * @return array
  */
 public function transformData($model)
 {
     return $model->toArray();
 }