예제 #1
0
 public function deleteIntegration($id)
 {
     Integration::destroy($id);
     return Redirect::to('/integrations');
 }