黄宗昌 2 năm trước cách đây
mục cha
commit
7ec4f7c269
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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(){