Fix missing default

This commit is contained in:
Joseph Cohen
2015-10-08 16:17:35 -05:00
parent 019bb6b7ea
commit 41b8b9660b

View File

@@ -26,7 +26,7 @@ class ConfigServiceProvider extends ServiceProvider
*/
public function boot()
{
$appDomain = $appLocale = null;
$appDomain = $appLocale = $appTimezone = null;
try {
// Get app custom configuration.