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

Update controller, service, helper, and action methods #1851

Merged
merged 1 commit into from May 5, 2024

Conversation

dcblogdev
Copy link
Collaborator

This commit replaces the __construct() method in generated controller, service, helper, and action classes with handle().

Also, it changes __invokable() in the helper-invoke.stub to __invoke(). This makes them more immediately useful for handling requests or other actions.

This commit replaces the __construct() method in generated controller, service, helper, and action classes with handle(). Also, it changes __invokable() in the helper-invoke.stub to __invoke(). This makes them more immediately useful for handling requests or other actions.
@dcblogdev dcblogdev merged commit 6ae4403 into master May 5, 2024
5 of 6 checks passed
@dcblogdev dcblogdev deleted the fixed-tests branch May 5, 2024 18:12
@omerbaflah
Copy link
Contributor

Thanks @dcblogdev 👏🏼

I forgot to update the tests for these PRs [ #1849 , #1850 ]

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.

None yet

2 participants