allow updating ended_at

This commit is contained in:
2023-05-25 21:54:46 +10:00
parent bf9b0f3973
commit d0c4f7eea2

View File

@@ -18,6 +18,7 @@ class AnalyticsSession extends Model
protected $fillable = [ protected $fillable = [
'ip', 'ip',
'useragent', 'useragent',
'ended_at'
]; ];
/** /**