Skip to content

fix: Fixes route string casing for name, uri, and resource parameter - #16

Merged
therobfonz merged 2 commits into
mainfrom
fix-route-string-casing
Aug 3, 2026
Merged

fix: Fixes route string casing for name, uri, and resource parameter#16
therobfonz merged 2 commits into
mainfrom
fix-route-string-casing

Conversation

@therobfonz

Copy link
Copy Markdown
Contributor

Fixes the following issues:

  • Route name and URI are not using kebab casing for models that are multiple words (ie: MarketingKitTemplate)
  • Route parameter is not using camel casing for models that are multiple words (ie: MarketingKitTemplate)

@therobfonz therobfonz self-assigned this Aug 3, 2026
@therobfonz
therobfonz requested a review from jrseliga as a code owner August 3, 2026 14:17
Comment thread src/Support/Http/Api/References/Route.php Outdated
Comment thread src/Support/Http/Api/References/Route.php Outdated
Comment thread src/Support/Http/Api/References/RouteTest.php Outdated
@therobfonz
therobfonz added this pull request to the merge queue Aug 3, 2026
Merged via the queue into main with commit 1047bfd Aug 3, 2026
5 checks passed
@therobfonz
therobfonz deleted the fix-route-string-casing branch August 3, 2026 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants