File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -232,9 +232,9 @@ Doctrine will then assume that this migration has already been run and will igno
232
232
Migration Dependencies
233
233
----------------------
234
234
235
- Migrations can have dependencies on external services (as geolocation, mailer, data processing services...) that
235
+ Migrations can have dependencies on external services (such as geolocation, mailer, data processing services...) that
236
236
can be used to have more powerful migrations. Those dependencies are not automatically injected into your migrations
237
- but needs to be done using custom migrations factories.
237
+ but need to be injected using custom migrations factories.
238
238
239
239
Here is an example on how to inject the service container into your migrations:
240
240
You can’t perform that action at this time.
0 commit comments