typo
This commit is contained in:
parent
48a4ce7382
commit
1520c21b4a
@ -29,7 +29,7 @@ class Overrider
|
|||||||
$timezone = setting('localisation.timezone');
|
$timezone = setting('localisation.timezone');
|
||||||
|
|
||||||
if (empty($timezone)) {
|
if (empty($timezone)) {
|
||||||
$timezone = config('setting.fallback.localisation.timezone')
|
$timezone = config('setting.fallback.localisation.timezone');
|
||||||
}
|
}
|
||||||
|
|
||||||
config(['app.timezone' => $timezone]);
|
config(['app.timezone' => $timezone]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user