Skip to content

Commit 23ca338

Browse files
committed
2 parents c31ae54 + f7bf8a0 commit 23ca338

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ When the timezone has been set, we display a flash message, By default, is confi
121121

122122
[mckenziearts/laravel-notify](https://github.com/mckenziearts/laravel-notify) - `'flash' => 'mckenziearts'`
123123

124-
To override this configuration, you just need to change the `flash` property inside the configuration file `config/timezone.php` for the desired package.
124+
To override this configuration, you just need to change the `flash` property inside the configuration file `config/timezone.php` for the desired package. You can disable flash messages by setting `'flash' => 'off'`.
125125

126126
### Overwrite existing timezones in the database
127127

src/config/timezone.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
|
1010
| Here you may configure if to use the laracasts/flash package for flash
1111
| notifications when a users timezone is set.
12-
| options [laravel, laracasts, mercuryseries, spatie, mckenziearts]
12+
| options [off, laravel, laracasts, mercuryseries, spatie, mckenziearts]
1313
|
1414
*/
1515

0 commit comments

Comments
 (0)