Remove dead assignment

This commit is contained in:
James Brooks
2015-02-07 10:10:13 +00:00
parent d4a583ebd6
commit dfe1105091

View File

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