Exemple #1
0
 /**
  * {@inheritdoc}
  */
 public function delete()
 {
     $this->updateMatchCount(true);
     return parent::delete();
 }
Exemple #2
0
 /**
  * {@inheritdoc}
  */
 public function delete()
 {
     $this->getVictim()->markAsUnbanned();
     parent::delete();
 }