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