๐คฟCustom Event Classes
Like the payload, you can also change the event classes to trigger the confirmation or the normal notification.
Simply, replace the following two methods on the extended controller:
Make sure you also use the custom event classes in the EventServiceProvider
class as described in the Configuring Events section.
To avoid any issues, remember to extend the respective, original event classes before the change. This will save you a lot of time for debugging in case features are added to the original events.
Last updated