Пример #1
0
 public function save(Gallery $gallery)
 {
     $gallery->save();
     return $gallery;
 }