You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,8 +194,10 @@ array:5 [
194
194
195
195
## Auto saving to database
196
196
197
-
Another cool feature available for you is notifications database storing. It is disabled by default, and available only if you're using `mysql` database connection.
198
-
To enable storing notifications to database - just override `enableNotificationDbStoring` method. By default, you'll get `iclogger_notifications` table with all required notifications information.
197
+
Another cool feature available for you is notifications database storing. It is disabled by default, and available only if you are using `mysql` database connection.
198
+
199
+
To enable storing notifications to database - just override `enableNotificationDbStoring` method.
200
+
By default, you'll get `iclogger_notifications` table with all required notifications information.
199
201
And this would be fine for most cases.
200
202
201
203
However, you can customize database table name and even storing logic if needed:
0 commit comments