黄宗昌 2 年之前
父節點
當前提交
bd2af825ce
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Models/UserFollow.php

+ 1 - 0
app/Models/UserFollow.php

xqd
@@ -14,6 +14,7 @@ class UserFollow extends Model
     protected $fillable = [
         'user_id',
         'to_user_id',
+        'type'
     ];
 
 }