Update all owner events so they support all channels

This commit is contained in:
James Cole
2024-12-12 06:33:48 +01:00
parent c920070ce2
commit d995bfc081
14 changed files with 270 additions and 166 deletions

View File

@@ -62,7 +62,7 @@ return [
'secret' => env('MANDRILL_SECRET'),
],
'pushover' => [
'token' => env('PUSHOVER_APP_TOKEN', ''),
'user_token' => env('PUSHOVER_USER_TOKEN', ''),
'token' => 'fake_token',
'user_token' => 'fake_token',
],
];