-
Does anyone have an idea how to overwrite the I tried to change the column value on the model boot Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
rez1dent3
Dec 26, 2022
Replies: 1 comment 2 replies
-
Hello. I would override the TransactionDtoTransformerInterface interface.
And then in config/wallet.php:
As a result, the composition can keep you backward compatible with the package in the future. And now to use:
It will work. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
gera919
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello. I would override the TransactionDtoTransformerInterface interface.