docs: comment options array as that's the default value

This commit is contained in:
Younes ENNAJI
2024-10-19 00:42:02 +01:00
parent 632c0662e4
commit d0022aa0cb
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -40,7 +40,7 @@ return [
],
'options' => [
// Optional: Add global options here
'closeButton' => true
// 'closeButton' => true
],
],
],
@@ -81,7 +81,7 @@ flasher:
- '/vendor/flasher/toastr.min.css'
options:
# Optional: Add global options here
closeButton: true
# closeButton: true
```
---