We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a541c45 commit fc05f96Copy full SHA for fc05f96
packages/user-session/src/Models/UserSession.php
@@ -24,7 +24,7 @@ class UserSession extends Model
24
/**
25
* The attributes that are mass assignable.
26
*
27
- * @var array<int, string>
+ * @var list<string>
28
*/
29
protected $fillable = [
30
'id',
0 commit comments