Skip to content

Commit efb4464

Browse files
committed
removed unneeded code
1 parent a8f91d4 commit efb4464

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

autoload.php.dist

-5
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,3 @@ if (!function_exists('intl_get_error_code')) {
1515

1616
AnnotationRegistry::registerLoader(array($loader, 'loadClass'));
1717
AnnotationRegistry::registerFile(__DIR__.'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php');
18-
19-
if (is_file(__DIR__.'/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php')) {
20-
require_once __DIR__.'/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php';
21-
Swift::registerAutoload(function () { require __DIR__.'/vendor/swiftmailer/swiftmailer/lib/swift_init.php'; });
22-
}

0 commit comments

Comments
 (0)