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:
@@ -159,6 +159,9 @@ class InstalledSite implements SiteInterface
|
||||
protected function getIlluminateConfig()
|
||||
{
|
||||
return new ConfigRepository([
|
||||
'app' => [
|
||||
'timezone' => 'UTC'
|
||||
],
|
||||
'view' => [
|
||||
'paths' => [],
|
||||
'compiled' => $this->paths->storage.'/views',
|
||||
|
Reference in New Issue
Block a user