Send mail message when cron has hit.

This commit is contained in:
James Cole
2018-06-25 16:01:45 +02:00
parent 89f8f9b45b
commit 7591f3fa29
8 changed files with 261 additions and 5 deletions

View File

@@ -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);