예제 #1
0
파일: AdController.php 프로젝트: zedx/core
 protected function restoreIfTrashed(Ad $ad)
 {
     if ($ad->trashed()) {
         $ad->restore();
     }
 }