1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

fixing error in tests for missing timezone

This commit is contained in:
Daniël Klabbers
2022-01-20 13:42:26 +01:00
parent ad69cf84fe
commit bd4d53323c

View File

@@ -159,6 +159,9 @@ class InstalledSite implements SiteInterface
protected function getIlluminateConfig()
{
return new ConfigRepository([
'app' => [
'timezone' => 'UTC'
],
'view' => [
'paths' => [],
'compiled' => $this->paths->storage.'/views',