Skip to content

Commit d339425

Browse files
committed
Wording
1 parent 544bfcc commit d339425

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
@@ -21,7 +21,7 @@ and the next execution of `php artisan migrate` will call the `up` method again.
2121
To prevent this behavior, all migrations should have `down` method that will throw an Exception, nothing more.
2222

2323
PHP DB Migration Validator checks whether all migration files meet this requirement.
24-
You can add it to the server's git hooks to prevent migration rollback, or add validation to CI.
24+
You can add it to the server's git hooks to prevent migration rollback, or add validation step to CI.
2525

2626
## Installation
2727

0 commit comments

Comments
 (0)