add ejaculations.checkin_webhook_id

This commit is contained in:
shibafu
2020-07-24 12:12:35 +09:00
parent 94446e0174
commit ef18d26b5d
4 changed files with 37 additions and 2 deletions

View File

@@ -19,7 +19,8 @@ class Ejaculation extends Model
protected $fillable = [
'user_id', 'ejaculated_date',
'note', 'geo_latitude', 'geo_longitude', 'link', 'source',
'is_private', 'is_too_sensitive'
'is_private', 'is_too_sensitive',
'checkin_webhook_id'
];
protected $dates = [