Commit bcbc2f82 authored by Ian Olson's avatar Ian Olson

Updated trailing comma on array key => value to pass StyleCI.

parent 6917c35c
......@@ -34,7 +34,7 @@ return [
'secret' => env('PUSHER_SECRET'),
'app_id' => env('PUSHER_APP_ID'),
'options' => [
'encrypted' => env('PUSHER_ENCRYPTED', false)
'encrypted' => env('PUSHER_ENCRYPTED', false),
],
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment