正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -25,7 +25,7 @@ class Product extends Base | @@ -25,7 +25,7 @@ class Product extends Base | ||
| 25 | const STATUS_ON = 1; | 25 | const STATUS_ON = 1; |
| 26 | const STATUS_RECYCLE = 2; | 26 | const STATUS_RECYCLE = 2; |
| 27 | 27 | ||
| 28 | -// protected $appends = ['route']; | 28 | + protected $appends = ['route']; |
| 29 | 29 | ||
| 30 | public static function statusMap(){ | 30 | public static function statusMap(){ |
| 31 | return [ | 31 | return [ |
-
请 注册 或 登录 后发表评论