dyjh 6 年 前
コミット
b62c29bf6b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/Http/Controllers/Admin/Base/PhotosController.php

+ 1 - 1
app/Http/Controllers/Admin/Base/PhotosController.php

xqd
@@ -43,7 +43,7 @@ class PhotosController extends Controller
             $sys = AlbumManufacturerModel::where('store_id', $this->getStoreId())->first();
             $create['store_id'] = $this->getStoreId();
             $create['class'] = $sys->name ?? '未分类';
-            dd($create);
+            //dd($create);
             ClassModel::create($create);
         }
             $photos = null;