File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -91,11 +91,9 @@ application:
9191 # Custom migration sorting service id via callables (MyCallableFactory must be a callable)
9292 ' Doctrine\Migrations\Version\Comparator ' : ' MyCallableFactory'
9393
94-
95-
96-
9794 - The ``services `` node allows you to provide custom services to the underlying ``DependencyFactory `` part of ``doctrine/migrations ``.
9895- The node ``factories `` is similar to ``services ``, with the difference that it accepts only callables.
96+
9997The provided callable must return the service to be passed to the ``DependencyFactory ``.
10098The callable will receive as first argument the ``DependencyFactory `` itself,
10199allowing you to fetch other dependencies from the factory while instantiating your custom dependencies.
You can’t perform that action at this time.
0 commit comments