for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: arthur
* Date: 14.10.18
* Time: 19:44.
*/
namespace Modules\Account\Listeners;
use Foundation\Abstracts\Listeners\Listener;
use Modules\Account\Events\AccountCreatedEvent;
class AccountCreatedListener extends Listener
{
* @param AccountCreatedEvent $event
public function handle($event): void
}
* @param $exception
public function failed($event, $exception): void