snake case attributes
Open
- Dominant language
- PHP
- Stars
- 394
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
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;
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.