Skip to content

Commit d5a8943

Browse files
Add documentation
1 parent 69f0527 commit d5a8943

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ return [
7474
'driver' => env('EXPONENT_PUSH_NOTIFICATION_INTERESTS_STORAGE_DRIVER', 'file'),
7575

7676
'database' => [
77+
'events' => [],
78+
7779
'table_name' => 'exponent_push_notification_interests',
7880
],
7981
]

config/exponent-push-notifications.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
'driver' => env('EXPONENT_PUSH_NOTIFICATION_INTERESTS_STORAGE_DRIVER', 'file'),
1212

1313
'database' => [
14+
'events' => [],
15+
1416
'table_name' => 'exponent_push_notification_interests',
1517
],
1618
],

0 commit comments

Comments
 (0)