mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Code for new release
This commit is contained in:
@@ -42,6 +42,7 @@ class AdminEventHandler
|
||||
{
|
||||
/**
|
||||
* @param InvitationCreated $event
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function sendInvitationNotification(InvitationCreated $event): void
|
||||
@@ -79,6 +80,7 @@ class AdminEventHandler
|
||||
* Send new version message to admin.
|
||||
*
|
||||
* @param NewVersionAvailable $event
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function sendNewVersion(NewVersionAvailable $event): void
|
||||
|
||||
Reference in New Issue
Block a user