黄宗昌 2 năm trước cách đây
mục cha
commit
bd2af825ce
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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'
     ];
 
 }