Marko Banusic
Results
3
comments of
Marko Banusic
If you want to send notification to all users, you can do something like this: `Notification::send($users, new AccountActivated());`
You most likely have an error in your own code for sending notifications. Check if you have properly closed all parentheses.
@dlh01 I tested #562 on my local installation and now it saves properly in the timestamp format while using the proper locale in datepicker. Thank you for the fix.