protected function queueUpdateAddInIndex(\Giftertipster\Entity\Eloquent\Add $add_model)
 {
     $fields = $this->add_index_formatter->formatt($add_model->toArray());
     \Queue::push('Giftertipster\\Service\\JobHandler\\IndexAdd\\IndexAddInterface', ['fields' => $fields], 'low');
 }