We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544bfcc commit d339425Copy full SHA for d339425
README.md
@@ -21,7 +21,7 @@ and the next execution of `php artisan migrate` will call the `up` method again.
21
To prevent this behavior, all migrations should have `down` method that will throw an Exception, nothing more.
22
23
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.
+You can add it to the server's git hooks to prevent migration rollback, or add validation step to CI.
25
26
## Installation
27
0 commit comments