You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to enable support for event dispatching (illuminate/events) with the wp-eloquent library?
I have been trying to use Traits to automatically assign data to a model before its created using the "creating" event, but it never gets fired. Traced it back to the event dispatcher never being setup.
Any pointers on where to look to enable this?
The text was updated successfully, but these errors were encountered:
Is there a way to enable support for event dispatching (illuminate/events) with the wp-eloquent library?
I have been trying to use Traits to automatically assign data to a model before its created using the "creating" event, but it never gets fired. Traced it back to the event dispatcher never being setup.
Any pointers on where to look to enable this?
The text was updated successfully, but these errors were encountered: