@@ -34,7 +34,7 @@ |
||
| 34 | 34 | */ |
| 35 | 35 | public function initialize(Collection $parameters): DriverContract |
| 36 | 36 | { |
| 37 | - $parameters->each(function ($value, $key) { |
|
| 37 | + $parameters->each(function($value, $key) { |
|
| 38 | 38 | $key = Str::camel($key); |
| 39 | 39 | $this->$key = $value; |
| 40 | 40 | }); |