App\Events\VendorWasCreated::__construct PHP Method

__construct() public method

Create a new event instance.
public __construct ( Vendor $vendor )
$vendor app\models\Vendor
    public function __construct(Vendor $vendor)
    {
        $this->vendor = $vendor;
    }
VendorWasCreated