Skip to content

Commit a665093

Browse files
authored
Update README.md
1 parent 47c85bd commit a665093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ $class::select('foo')->fromYesterday()->first()->toArray(); // return ['foo' =>
125125
This is a trait which makes the migration of your database in your test suite much, **much faster**!
126126
The base idea comes from [Mayahi](https://mayahi.net/laravel/make-refresh-database-trait-much-faster/).
127127
It basically **only** migrates your database if the **migration** files has **changed**.
128-
So the first `migrate:fresh` takes awhile (depending on how many migrations you have), and then it's incredible fast.
128+
So the first `migrate:fresh` takes a while (depending on how many migrations you have), and then it's incredible fast.
129129

130130
Optionally you can set `USEFUL_TRAITS_SEED_AFTER_FAST_DB_REFRESH` to `true` if you like to seed your database after the migration.
131131

0 commit comments

Comments
 (0)