Completed
Push — develop ( ff2106...8e3f80 )
by Romain
02:13
created
src/Controller/Component/GcmComponent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -327,7 +327,7 @@
 block discarded – undo
327 327
         $options = Hash::merge($this->config('http'), [
328 328
             'type' => 'json',
329 329
             'headers' => [
330
-                'Authorization' => 'key=' . $this->config('api.key'),
330
+                'Authorization' => 'key='.$this->config('api.key'),
331 331
                 'Content-Type' => 'application/json'
332 332
             ]
333 333
         ]);
Please login to merge, or discard this patch.