@@ -41,7 +41,7 @@ |
||
| 41 | 41 | { |
| 42 | 42 | $collection = []; |
| 43 | 43 | |
| 44 | - static::each($args, function ($arg) use (&$collection, $resolver) { |
|
| 44 | + static::each($args, function($arg) use (&$collection, $resolver) { |
|
| 45 | 45 | $collection[] = $resolver($arg); |
| 46 | 46 | }); |
| 47 | 47 | |