Commit 48a3fdc4 authored by Fabien Potencier's avatar Fabien Potencier

fixed bad merge

parent 9de3d8b0
......@@ -62,9 +62,9 @@ class TranslationServiceProvider implements ServiceProviderInterface, EventListe
return new MessageSelector();
};
$app['translator.resources'] = function ($app) {
$app['translator.resources'] = $app->protect(function ($app) {
return array();
};
});
$app['translator.domains'] = array();
$app['locale_fallbacks'] = array('en');
......
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