Test Setup Failed
Push — master ( 052ebf...d73f25 )
by Carlos
02:37
created
src/Version.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
                 \config('versionable.user_model'),
45 45
                 \config('versionable.user_foreign_key')
46 46
             ),
47
-            fn ($relation) => $useSoftDeletes ? $relation->withTrashed() : $relation
47
+            fn($relation) => $useSoftDeletes ? $relation->withTrashed() : $relation
48 48
         );
49 49
     }
50 50
 
Please login to merge, or discard this patch.