autoload.php 307 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
<?php
/**
 * This file attempts to register autoloader for the Swift library, assuming
 * it is located under the 'vendor' path.
 *
 * @var $this \yii\email\swift\Mailer
 */
$swiftMailerLibPath = Yii::getAlias('@vendor/swiftmailer/swiftmailer/lib');
require_once $swiftMailerLibPath . '/swift_required.php';