いいね秘匿用のフラグ users.private_likes の追加

This commit is contained in:
shibafu
2019-04-09 23:09:59 +09:00
parent e9c1726567
commit 664448b9fc
2 changed files with 33 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ class User extends Authenticatable
'is_protected', 'accept_analytics',
'display_name', 'description',
'twitter_id', 'twitter_name',
'private_likes',
];
/**