allow updating ended_at
This commit is contained in:
@@ -18,6 +18,7 @@ class AnalyticsSession extends Model
|
|||||||
protected $fillable = [
|
protected $fillable = [
|
||||||
'ip',
|
'ip',
|
||||||
'useragent',
|
'useragent',
|
||||||
|
'ended_at'
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user