Exemple #1
0
 public function cancella()
 {
     Quota::cancellaTutti([['appartenenza', $this->id]]);
     parent::cancella();
 }