예제 #1
0
 public function store(array $input)
 {
     $area = new Area();
     $area->fill($input);
     $area->save();
     return $area;
 }