Esempio n. 1
0
 public function delete()
 {
     if ($this->exists && $this->isMainComment()) {
         $this->children()->delete();
     }
     parent::delete();
 }