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
🎨 Change variables/properties from snake_case to camelCase
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