Completed
Push — extensions-support ( 02f578...4c74a5 )
by Guido
03:38
created
src/Extensions/Gedmo/Tree.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.