Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function delete()
 {
     $this->updateMatchCount(true);
     return parent::delete();
 }
Exemplo n.º 2
0
Arquivo: Ban.php Projeto: allejo/bzion
 /**
  * {@inheritdoc}
  */
 public function delete()
 {
     $this->getVictim()->markAsUnbanned();
     parent::delete();
 }