app->singleton('translation.loader', function ($app) { return new TranslationLoader($app['files'], $app['path.lang']); }); } }