Esempio n. 1
0
 public function create()
 {
     Comment::createComment();
     $this->app->flash('infoComment', 'Your comment has been added, wait for verification from admin');
     $this->app->redirect($this->appBase . '/products/show/' . $this->app->request()->post('productID'));
 }