Ejemplo n.º 1
0
 public function deleteIntegration($id)
 {
     Integration::destroy($id);
     return Redirect::to('/integrations');
 }