예제 #1
0
 /**
  * Get returned stuff from return schedule
  *
  * @param  array  $option
  * @return \Illuminate\Database\Eloquent\Model
  */
 public function getReturnedStuffs($id)
 {
     return \ReturnSchedule::with('order.orderPayment', 'order.user', 'stuffs')->find($id);
 }