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