Skip to content

Commit ee78029

Browse files
committed
docs: impt
1 parent f7c9ab5 commit ee78029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ $loader->into('employees', ['name', 'dept_id']);
142142
143143
Using `withHeaders` will skip the first row of the CSV file.
144144
145-
> [!CAUTION]
145+
> [!IMPORTANT]
146146
> 1. `withHeaders` must be called before the `into` method.
147147
> 2. This method assumes that the headers are the same as the columns. Non existent columns will be set as FILLER.
148148
> 3. If the headers are different from the columns, you should define the `columns` in the `into` method.
@@ -202,7 +202,7 @@ Jane Doe,2
202202
203203
In some cases, we need to insert constant values to the table. You can use the `constants` method to set the constant value.
204204
205-
> [!CAUTION]
205+
> [!IMPORTANT]
206206
>`constants` must be called before the `into` method.
207207
208208
```php

0 commit comments

Comments
 (0)