Skip to content

Commit 311d7f6

Browse files
authored
Apply suggestions from code review
1 parent d847a9c commit 311d7f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

7.x-dev/crud-uploaders.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ First thing you need to decide if you are creating a _non-ajax_ or _ajax_ upload
7575
- _ajax_ uploaders process the file upload before the form is submitted, by submitting an AJAX request using Javascript;
7676

7777
<a name="how-to-create-a-custom-non-ajax-uploader"></a>
78-
## How to Create a Custom Non-Ajax Uploader
78+
### How to Create a Custom Non-Ajax Uploader
7979

8080
First let's see how to create a non-ajax uploader, for that we will create a `CustomUploader` class that extends the abstract class `Uploader`.
8181

@@ -159,7 +159,7 @@ protected function shouldUploadFiles($value): bool
159159
}
160160

161161
<a name="how-to-create-a-custom-ajax-uploader"></a>
162-
## How to Create a Custom Ajax Uploader
162+
### How to Create a Custom Ajax Uploader
163163

164164
For the ajax uploaders, the process is similar, but your custom uploader class should extend `BackpackAjaxUploader` instead of `Uploader` (**note that this requires backpack/pro**).
165165

0 commit comments

Comments
 (0)