mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-04 19:53:44 +00:00
Send mail message when cron has hit.
This commit is contained in:
@@ -113,7 +113,7 @@ class UserEventHandler
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
function demoUserBackToEnglish(Login $event): bool
|
||||
public function demoUserBackToEnglish(Login $event): bool
|
||||
{
|
||||
/** @var UserRepositoryInterface $repository */
|
||||
$repository = app(UserRepositoryInterface::class);
|
||||
|
Reference in New Issue
Block a user