Beispiel #1
0
 /**
  * @param Collection            $images
  * @param AttacherImageContract $attacherImage
  * @return bool
  */
 public function updateMany(Collection $images, AttacherImageContract $attacherImage)
 {
     return $this->delete($attacherImage->getPreviousPath()) ? $this->saveMany($images, $attacherImage) : FALSE;
 }