Fix Mail namespace

This commit is contained in:
Pellaeon Lin 2014-10-03 14:25:23 +08:00
parent 5ade55301f
commit 34bccdd6e9
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class Application extends App {
});
$container->registerService('Mail', function($c) {
return Mail();
return new Wrapper\Mail;
});
$container->registerService('L10N', function($c) {