Ejemplo n.º 1
0
 /**
  * Transform object into a generic array
  *
  * @var  object
  */
 public function transform(\App\Activity $activity)
 {
     return $activity->toArray();
 }