Covered all cases, fixed CS, added a new TODO

This commit is contained in:
ErickSkrauch
2020-06-13 01:55:02 +03:00
parent 0183e54442
commit 17f1794a4e
8 changed files with 35 additions and 17 deletions

View File

@@ -60,6 +60,7 @@ class WebHookForm extends Model {
public static function getEvents(): array {
return [
'account.edit',
'account.deletion',
];
}