roots / acorn

Laravel components for WordPress plugins and themes
https://roots.io/acorn/
MIT License
825 stars 94 forks source link

🎨 Change variables/properties from snake_case to camelCase #321

Closed Log1x closed 11 months ago

Log1x commented 11 months ago

This was mainly to change snake_case variables/properties to camelCase but I cleaned up some other stuff along the way.

Ideally this should make vars/prop naming conventions uniform with Laravel and the rest of the Acorn codebase. I don't think this PR has any breaking changes but there will be a second PR for the View Composer Cacheable trait which will have a small one if the default properties were modified.

Change log