fix default calendar config (#918)

This commit is contained in:
Kevin Papst
2019-07-04 16:59:57 +02:00
committed by GitHub
parent 061581c4ff
commit 625ac2f1d7
3 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ class AppExtensionTest extends TestCase
],
'visibleHours' => [
'begin' => '00:00',
'end' => '24:00',
'end' => '23:59',
],
'google' => [
'api_key' => null,