Skip to content

Commit fc05f96

Browse files
committed
Type
1 parent a541c45 commit fc05f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/user-session/src/Models/UserSession.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class UserSession extends Model
2424
/**
2525
* The attributes that are mass assignable.
2626
*
27-
* @var array<int, string>
27+
* @var list<string>
2828
*/
2929
protected $fillable = [
3030
'id',

0 commit comments

Comments
 (0)