Пример #1
0
 protected function restoreIfTrashed(Ad $ad)
 {
     if ($ad->trashed()) {
         $ad->restore();
     }
 }