黄宗昌 il y a 2 ans
Parent
commit
bd2af825ce
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app/Models/UserFollow.php

+ 1 - 0
app/Models/UserFollow.php

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