-
I want to add a common hook and a specific hook on an input type. I don't want to create many hooks with a lot of duplicate codes. |
Beta Was this translation helpful? Give feedback.
Answered by
TriPSs
May 16, 2023
Replies: 1 comment 8 replies
-
Yes, you can do the following: @BeforeCreateOne(HookOne, HookTwo) |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
Diluka
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can do the following: