andre 1 개월 전
부모
커밋
806629817d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/UI/Admin/Product/Providers/ProductProvider.php

+ 1 - 1
app/UI/Admin/Product/Providers/ProductProvider.php

@@ -507,7 +507,7 @@ class ProductProvider extends BaseDataProvider implements AdminArea
         $this->configuration->flush();
         sleep(1);
         //save
-        $this->configuration->fillAndSave($values);
+        $this->configuration->fillAndSave((array)$values);
 
     }