Exemplo n.º 1
0
 public function getDelete($id)
 {
     $Blackword = Blackword::find($id);
     $Blackword->delete();
     return Redirect::action('BlackwordController@getIndex')->with('message', 'Deleted!');
 }