@@ -44,7 +44,7 @@ |
||
44 | 44 | 'pushover'=>[ |
45 | 45 | 'token' => env('PUSHOVER_APP_TOKEN'), |
46 | 46 | 'user' => env('PUSHOVER_USER_KEY'), |
47 | - 'sound' => env('PUSHOVER_SOUND_ERROR','siren'), // https://pushover.net/api#sounds |
|
47 | + 'sound' => env('PUSHOVER_SOUND_ERROR', 'siren'), // https://pushover.net/api#sounds |
|
48 | 48 | ], |
49 | 49 | |
50 | 50 | /** |