Fix .env migration unescaped $ in passwords (#8688)

* Fix .env migration unescaped $ in passwords
Better fix for timezone in Laravel

* Simpler change
This commit is contained in:
Tony Murray
2018-05-10 13:20:24 -05:00
committed by GitHub
parent 303336bce4
commit e0f9572582
2 changed files with 3 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ return [
|
*/
'timezone' => null, // set to null to avoid setting timezone
'timezone' => ini_get('date.timezone'), // use existing timezone
/*
|--------------------------------------------------------------------------