@@ -44,7 +44,7 @@ |
||
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 |