Example #1
0
 protected function performDeleteOnModel(Descriptor $descriptor)
 {
     return $descriptor->deleteOneAsync($this->getKey());
 }