Completed
Push — master ( 963705...6309ea )
by Tyler
03:28
created
config/lern.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,8 +44,8 @@
 block discarded – undo
44 44
          */
45 45
         'slack'=>[
46 46
             'token'   => env('SLACK_APP_TOKEN'), //https://api.slack.com/web#auth
47
-            'channel' => env('SLACK_CHANNEL','#exceptions'), //Dont forget the '#'
48
-            'username'=> env('SLACK_USERNAME','LERN'), //The 'from' name
47
+            'channel' => env('SLACK_CHANNEL', '#exceptions'), //Dont forget the '#'
48
+            'username'=> env('SLACK_USERNAME', 'LERN'), //The 'from' name
49 49
         ],
50 50
 
51 51
         /**
Please login to merge, or discard this patch.