Applied fixes from StyleCI

This commit is contained in:
Graham Campbell
2016-01-29 18:03:09 -05:00
parent 6869d6b257
commit b968c38605

View File

@@ -40,7 +40,7 @@ class AppComposer
$view->withAppStylesheet(Config::get('setting.stylesheet'));
$view->withAppUrl(Config::get('app.url'));
$view->withAppName($name =Config::get('setting.app_name'));
$view->withAppName($name = Config::get('setting.app_name'));
$view->withShowSupport($support = Config::get('setting.show_support'));
if ($support) {