Completed
Push — extensions-support ( 3011d4...e48f8b )
by Patrick
11:28
created
src/Extensions/Gedmo/Sluggable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
      */
113 113
     public static function enable()
114 114
     {
115
-        Field::macro(static::MACRO_METHOD, function (Field $builder, $fields) {
115
+        Field::macro(static::MACRO_METHOD, function(Field $builder, $fields) {
116 116
             return new static($builder->getClassMetadata(), $builder->getName(), $fields);
117 117
         });
118 118
     }
Please login to merge, or discard this patch.