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

add a getter for an action #23

Merged

Conversation

kusiboss
Copy link

Same stuff missing as in crud bundle

@kusiboss kusiboss force-pushed the feat/add-a-getter-for-an-action- branch from 21ba17a to a4c1b51 Compare November 21, 2023 12:36
@kusiboss kusiboss requested review from rugbymauri and tuxes3 and removed request for rugbymauri November 21, 2023 12:38
@tuxes3 tuxes3 merged commit 33a9a19 into araise-dev:develop Nov 21, 2023
1 check passed
return $this->actions[$acronym];
}

return null;

Choose a reason for hiding this comment

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

throw Exceptions

Copy link
Contributor

Choose a reason for hiding this comment

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

why?

return $this->batchActions[$acronym];
}

return null;

Choose a reason for hiding this comment

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

throw Exceptions

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

3 participants