Revert "added ')' when trimming message string"
This reverts commit 715b647844
.
This commit is contained in:
13
include/swiftmailer/autoload.php~
Normal file
13
include/swiftmailer/autoload.php~
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* Bootstrap the library.
|
||||
*/
|
||||
|
||||
namespace Egulias;
|
||||
|
||||
require_once __DIR__ . '/egulias/email-validator/AutoLoader.php';
|
||||
require_once __DIR__ . '/lib/swift_required.php';
|
||||
$autoloader = new EguliasAutoLoader(__NAMESPACE__, dirname(__DIR__));
|
||||
|
||||
$autoloader->register();
|
Reference in New Issue
Block a user