Completed
Push — master ( 959e53...d74161 )
by Vladimir
12:00
created
src/Channels/Driver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      */
32 32
     public function initialize(Collection $parameters): DriverContract
33 33
     {
34
-        $parameters->each(function ($value, $key) {
34
+        $parameters->each(function($value, $key) {
35 35
             $this->$key = $value;
36 36
         });
37 37
 
Please login to merge, or discard this patch.