Skip to content

Commit ff5468f

Browse files
authored
Update README.md
1 parent 7a00ef1 commit ff5468f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,13 @@ This command truncates all the tables of your current database connection:
174174
php artisan db:truncate
175175
```
176176
```
177-
INFO Preparing database.
177+
INFO Preparing database.
178178
179-
Truncating table: failed_jobs ......................................................................................................... 135ms DONE
180-
Truncating table: migrations ........................................................................................................... 87ms DONE
181-
Truncating table: password_reset_tokens ................................................................................................ 79ms DONE
182-
Truncating table: personal_access_tokens ............................................................................................... 86ms DONE
183-
Truncating table: users ................................................................................................................ 78ms DONE
179+
Truncating table: failed_jobs .............................................. 135ms DONE
180+
Truncating table: migrations ................................................ 87ms DONE
181+
Truncating table: password_reset_tokens ..................................... 79ms DONE
182+
Truncating table: personal_access_tokens .................................... 86ms DONE
183+
Truncating table: users ..................................................... 78ms DONE
184184
```
185185

186186
## Testing

0 commit comments

Comments
 (0)