1
0
Fork 0
mirror of synced 2024-09-28 15:31:43 +12:00

Added missing verification events

This commit is contained in:
Eldad Fux 2020-11-20 23:02:10 +02:00
parent e9c1e8e0b1
commit b1b2333147

View file

@ -25,6 +25,12 @@ return [
'account.recovery.update' => [
'description' => 'This event triggers when the account recovery token is validated.',
],
'account.verification.create' => [
'description' => 'This event triggers when the account verification token is created.',
],
'account.verification.update' => [
'description' => 'This event triggers when the account verification token is validated.',
],
'account.delete' => [
'description' => 'This event triggers when the account is deleted.',
],