黄宗昌 2 年 前
コミット
7ec4f7c269
1 ファイル変更2 行追加1 行削除
  1. 2 1
      app/Models/Product.php

+ 2 - 1
app/Models/Product.php

xqd
@@ -19,7 +19,8 @@ class Product extends Model
         'name',
         'content',
         'image',
-        'status'
+        'status',
+        'url'
     ];
 
     public function type(){