Пример #1
0
 public function apiCheckSlug()
 {
     return response()->json(['status' => 'success', 'slug' => Winery::checkSlug('slug_190', $this->request->input('slug'), $this->request->input('id'))]);
 }