黄宗昌 2 years ago
parent
commit
bd2af825ce
1 changed files with 1 additions and 0 deletions
  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'
     ];
 
 }