Beispiel #1
0
 public function restore()
 {
     $this->pledges()->restore();
     $this->comments()->restore();
     return parent::restore();
 }