Skip to content

snake case attributes #44

@MathiasWeisheit

Description

@MathiasWeisheit

Hi, great work!

It is possible that i define attributes like this:
protected $attributes = [
"id" => null,
"id_conflict" => false,
"sync_info_loaded" => false
];

And set and get these attributes like this:
$project->idConflict = true;
$project->syncInfoLoaded= true;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions