Esempio n. 1
0
 public function get($id)
 {
     $area = Area::with($this->withArr)->find($id);
     return $area;
 }