Replies: 1 comment 2 replies
-
These statics are helper methods, so if you have any case that it is not covered, you can easily add own method because what is this helper doing under the hood, is just using RB's builder, so just extend or add own class an build own helpers. As for messages - it's by design where messages are related to API return codes and are pulled automatically (incl. localization support etc). But again, if you have different use case, just build your own helpers atop of current code. You can even do a drop-in replacement by doing |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
RB::success($flight);
in this method, we can't give custom messages,
and also on error
Beta Was this translation helpful? Give feedback.
All reactions