예제 #1
0
파일: LOFaker.php 프로젝트: vanderlin/halp
 public function itinerairesSlugs()
 {
     $i = Itinerary::withTrashed()->get()->each(function ($item) {
         $item->slug;
     });
     return $i;
 }