Esempio n. 1
0
 public function store()
 {
     $fb = Feedback::create(Input::get());
     return $this->output(new \stdClass());
 }