We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834255b commit ab120ddCopy full SHA for ab120dd
1 file changed
config/ParameterExamples.php
@@ -72,8 +72,8 @@
72
1,
73
2,
74
],
75
- 'period:\'day\'|\'week\'|\'month\'' => 'week',
76
- 'period:"day"|"week"|"month"' => 'week',
+ 'period:\'day\'|\'week\'|\'month\'' => 'day',
+ 'period:"day"|"week"|"month"' => 'day',
77
'emailMe:bool' => true,
78
'additionalEmails:list<string>' => [
79
'alice@example.org',
0 commit comments