for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Lyal\Checkr\Laravel\Events;
class ReportEngaged
{
public $reportEngaged;
/**
* Create a new event instance.
*
* @param \StdClass $reportEngaged
*/
public function __construct($reportEngaged)
$this->reportEngaged = $reportEngaged;
}