Example #1
-1
 /**
  * {@inheritdoc}
  */
 public function updateOne($filter, $update, array $options = [])
 {
     $event = $this->startQueryLogging(__FUNCTION__, $filter, $update, $options);
     $result = parent::updateOne($filter, $update, $options);
     $this->logger->logQuery($event);
     return $result;
 }