黄宗昌 2 anni fa
parent
commit
bd2af825ce
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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'
     ];
 
 }