예제 #1
0
 public function destroy($id)
 {
     if (\Request::ajax()) {
         $db = Outbox::destroy($id);
         return $db;
     }
 }