Skip to content

Commit a1e4091

Browse files
committed
update session model
1 parent 6fe3356 commit a1e4091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Models/Session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ class Session extends Model
1313
public $incrementing = false;
1414

1515
protected $casts = [
16-
'payload' => 'string',
1716
'last_activity' => 'integer',
1817
];
1918

2019
protected $hidden = [
20+
'user_id',
2121
'payload',
2222
];
2323

0 commit comments

Comments
 (0)