Skip to content

Commit 5eaee02

Browse files
authored
Update AbstractLaravel.php
weird crap breaks the logic of working with timezone in php
1 parent b8b1786 commit 5eaee02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/AbstractLaravel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ public function __construct()
156156
$this['env'] = $this['config']->get('app.env', 'production');
157157
}
158158

159-
date_default_timezone_set($config->get('app.timezone', 'UTC'));
160159
mb_internal_encoding('UTF-8');
161160

162161
Facade::clearResolvedInstances();

0 commit comments

Comments
 (0)