App\Events\CreditWasArchived::__construct PHP Method

__construct() public method

Create a new event instance.
public __construct ( Credit $credit )
$credit app\models\Credit
    public function __construct(Credit $credit)
    {
        $this->credit = $credit;
    }
CreditWasArchived