Skip to content

Commit 283213f

Browse files
committed
Fix syntax error in example config
1 parent 846ce2f commit 283213f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ return [
116116
```php
117117
// config/modules.config.php or config/application.config.php
118118
return [
119-
'Application'
119+
'Application',
120120
'ForceHttpsModule', // register here
121121
],
122122
```

0 commit comments

Comments
 (0)