Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] fix error call not defined method. #133

Merged
merged 1 commit into from
Sep 17, 2023
Merged

[FIX] fix error call not defined method. #133

merged 1 commit into from
Sep 17, 2023

Conversation

bim-g
Copy link
Collaborator

@bim-g bim-g commented Sep 17, 2023

There was an error where you pascal case on class or class method, which lead to some confusion. so only the first Caracter of the class will be set to lowercase in case the method class is in pascal case.
close #126

@bim-g bim-g added bug Something isn't working enhancement New feature or request labels Sep 17, 2023
@bim-g bim-g added this to the Entity milestone Sep 17, 2023
@bim-g bim-g self-assigned this Sep 17, 2023
Copy link
Collaborator Author

@bim-g bim-g left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

controller/exampleController.php Show resolved Hide resolved
@bim-g bim-g merged commit e5fc13c into master Sep 17, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Only the first characters of the method link relation should in lowercase
1 participant