Example #1
0
 public function deleteAttachment()
 {
     $input = Input::all();
     return Users::deleteAttachment($input);
 }