dyjh 6 năm trước cách đây
mục cha
commit
64536624c8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Http/Controllers/Admin/Base/PhotosController.php

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

xqd
@@ -43,6 +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);
             ClassModel::create($create);
         }
             $photos = null;