黄宗昌 hace 2 años
padre
commit
7ec4f7c269
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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(){