Skip to content

Commit dd6efe4

Browse files
committed
readme update
1 parent 406cf51 commit dd6efe4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,8 @@ $class::select('foo')->fromYesterday()->first()->toArray(); // return ['foo' =>
122122

123123
---
124124

125-
Credits to [Mayahi](https://mayahi.net/laravel/make-refresh-database-trait-much-faster/).
126-
127125
This is a trait which makes the migration of your database in your test suite much, much faster!
126+
The base idea comes from [Mayahi](https://mayahi.net/laravel/make-refresh-database-trait-much-faster/).
128127
It basically only migrates your database if the migration files has changed.
129128
So the first `migrate:fresh` takes awhile (depending on how many migrations you have), and then it's incredible fast.
130129

0 commit comments

Comments
 (0)