?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/caldera-forms/includes/cf-pro-client/classes/attachments/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/caldera-forms/includes/cf-pro-client/classes

?? Viewing: phpmailer.php

<?php


namespace calderawp\calderaforms\pro\attachments;


/**
 * Class phpmailer
 * @package calderawp\calderaforms\pro\attachments
 */
class phpmailer extends \PHPMailer
{

	/** @inheritdoc */
	public function attachAll($disposition_type, $boundary)
	{
		return parent::attachAll($disposition_type, $boundary);
	}
}


??

??