Commit f74a9590 authored by Fabien Potencier's avatar Fabien Potencier

fixed another typo :(

parent e5043b79
......@@ -73,7 +73,7 @@ class SwiftmailerExtension implements ExtensionInterface
});
if (isset($app['swiftmailer.class_path'])) {
require_once $app['swiftmailer.class_path'].'/Swift.php';
require_once $app['swiftmailer.class_path'].'/classes/Swift.php';
\Swift::registerAutoload($app['swiftmailer.class_path'].'/swift_init.php');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment