for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Devpri\Tinre\Events;
class EmailChangeCreated
{
public $emailChange;
public function __construct($emailChange)
$this->emailChange = $emailChange;
}