Move $app_locale into AppComposer

This commit is contained in:
James Brooks
2015-11-21 22:58:25 +00:00
parent 49e33d0556
commit a2d7c49c2a
5 changed files with 5 additions and 4 deletions
+1
View File
@@ -31,6 +31,7 @@ class AppComposer
$view->withAppBanner(Setting::get('app_banner'));
$view->withAppBannerType(Setting::get('app_banner_type'));
$view->withAppDomain(Setting::get('app_domain'));
$view->withAppLocale(Setting::get('app_locale'));
$view->withAppName(Setting::get('app_name'));
$view->withAppStylesheet(Setting::get('app_stylesheet'));
$view->withAppUrl(Config::get('app.url'));