Skip to content

Casts didnt work properly #16

Description

@yakari007

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',
    ];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions