-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
an array was missing on the list;
protected $casts = [
'id' => 'integer',
'uuid' => 'string',
'iam_user_id' => 'integer',
'login_client' => 'string',
'login_mechanism' => 'string',
'login_data' => 'array', <<<<<<<<<--------------- This was missing
'is_latest' => 'boolean',
'is_default' => 'boolean',
'is_active' => 'boolean',
'created_at' => 'datetime',
'updated_at' => 'datetime',
'deleted_at' => 'datetime',
];
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels