@@ -34,7 +34,7 @@ |
||
34 | 34 | */ |
35 | 35 | public static function enable() |
36 | 36 | { |
37 | - Builder::macro(self::MACRO_METHOD, function (Fluent $builder, callable $callback = null) { |
|
37 | + Builder::macro(self::MACRO_METHOD, function(Fluent $builder, callable $callback = null) { |
|
38 | 38 | $tree = new static($builder); |
39 | 39 | |
40 | 40 | if (is_callable($callback)) { |