Ejemplo n.º 1
0
 public function homesettingstore()
 {
     $graph = new Graphs();
     $graph->save_settings();
     return redirect('homesetting');
 }