예제 #1
0
 /**
  * Store a newly created resource in storage.
  *
  * @return Response
  */
 public function store(StructureG $structures)
 {
     $structures->store();
     return \Redirect::action('StructureController@index');
 }