-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Related model messages #13811
Comments
Thanks for reporting this. I will get on it shortly. |
That part of the code will throw an error as soon as it is hit. It's a bug. As for the source part, having another class extending |
Maybe instead of |
Resolved and merged |
There is no way to tell the source of the messages at the moment.
Previously
Phalcon\Mvc\Model\Message
contained information about its origin.Now both
getModel()
andsetModel()
methods are missing fromPhalcon\Message
. butsetModel()
is still in use here:cphalcon/phalcon/mvc/model.zep
Line 4160 in 171b6cd
Maybe extending
Message
with these methods in a newMessage/Model
class could solve this issue.Details
The text was updated successfully, but these errors were encountered: