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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,9 @@ 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 are using `mysql` database connection.
197
+
Another cool feature available for you is notifications database storing.
198
+
199
+
It is disabled by default, and available only if you are using `mysql` database connection.
198
200
199
201
To enable storing notifications to database - just override `enableNotificationDbStoring` method.
200
202
By default, you'll get `iclogger_notifications` table with all required notifications information.
0 commit comments