예제 #1
0
 /**
  * Store a newly created resource in storage.
  * POST /contracts
  *
  * @return Response
  */
 public function store()
 {
     return $contracts = Contract::create(Input::all());
 }