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