~tsep-dev/tsep/tsep2

« back to all changes in this revision

Viewing changes to app/autoload.php

  • Committer: xaav
  • Date: 2011-10-01 18:10:50 UTC
  • Revision ID: git-v1:e1357bf55d2d528a58efeead2a02193370e17823
CS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
// Swiftmailer needs a special autoloader to allow
29
29
// the lazy loading of the init file (which is expensive)
30
30
require_once __DIR__.'/../vendor/swiftmailer/lib/classes/Swift.php';
31
 
Swift::registerAutoload(__DIR__.'/../vendor/swiftmailer/lib/swift_init.php');
 
 
b'\\ No newline at end of file'
 
31
Swift::registerAutoload(__DIR__.'/../vendor/swiftmailer/lib/swift_init.php');