Completed
Push — master ( ea5fa3...124bbc )
by Tyler
03:47
created
config/lern.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
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
         /**
Please login to merge, or discard this patch.