dyjh 6 rokov pred
rodič
commit
a3553eaf4d

+ 0 - 2
app/Http/Controllers/Api/V1/FurnitureController.php

xqd
@@ -152,8 +152,6 @@ class FurnitureController extends Controller
         $menus = AlbumNavModel::where([['store_id', $store_id], ['state', 1]])->orderByDesc('sort')->get();
 
         $conf = AlbumManufacturerModel::where('store_id',$store_id)->first();
-        print_r($store_id);
-        dd($conf);
         $getPhone = $conf->getPhone;
         $getFocus = $conf->getFocus;
         return $this->api(compact('setting', 'banner', 'navbar', 'menus','getFocus'));