Skip to content

Commit f53d76b

Browse files
committed
CS
1 parent dc9e387 commit f53d76b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/guide/form-fields/upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class SharpServiceProvider extends SharpAppServiceProvider
3636
->configureDownloads(
3737
allowedDisks: ['local', 'public'],
3838
)
39-
// [...]
39+
// ...
4040
}
4141
}
4242
```

docs/guide/show-fields/file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class SharpServiceProvider extends SharpAppServiceProvider
4646
->configureDownloads(
4747
allowedDisks: ['local', 'public'],
4848
)
49-
// [...]
49+
// ...
5050
}
5151
}
5252
```

0 commit comments

Comments
 (0)