Re-added needed initialisation

This commit is contained in:
Graham Campbell
2015-05-28 19:54:47 +01:00
parent 97c99d0afc
commit 49305a2553

View File

@@ -26,6 +26,8 @@ class ConfigServiceProvider extends ServiceProvider
*/
public function boot()
{
$appDomain = $appLocale = null;
try {
// Get app custom configuration.
$appDomain = Setting::get('app_domain');