チェックインに対してセンシティブフラグを付与可能とする対応を実施
This commit is contained in:
@@ -15,7 +15,7 @@ class Ejaculation extends Model
|
||||
protected $fillable = [
|
||||
'user_id', 'ejaculated_date',
|
||||
'note', 'geo_latitude', 'geo_longitude', 'link',
|
||||
'is_private'
|
||||
'is_private', 'is_too_sensitive'
|
||||
];
|
||||
|
||||
protected $dates = [
|
||||
|
Reference in New Issue
Block a user