Beispiel #1
0
 public function postGallery()
 {
     return Gallery::select('id', 'title', 'url_img')->get();
 }