Fix Mail namespace
This commit is contained in:
parent
5ade55301f
commit
34bccdd6e9
|
|
@ -49,7 +49,7 @@ class Application extends App {
|
||||||
});
|
});
|
||||||
|
|
||||||
$container->registerService('Mail', function($c) {
|
$container->registerService('Mail', function($c) {
|
||||||
return Mail();
|
return new Wrapper\Mail;
|
||||||
});
|
});
|
||||||
|
|
||||||
$container->registerService('L10N', function($c) {
|
$container->registerService('L10N', function($c) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue