feat: add account deletion notifications

This also sets up notifications for all site admins
This commit is contained in:
2022-03-07 21:14:51 +00:00
parent a265debe4c
commit b8242dbc87
5 changed files with 155 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ class UserObserver
{
public function __construct()
{
Log::debug('User observer has been initialised and ready for use!');
//
}
/**