File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ application:
9797
9898 - The ``services `` node allows you to provide custom services to the underlying ``DependencyFactory `` part of ``doctrine/migrations ``.
9999- The node ``factories `` is similar to ``services ``, with the difference that it accepts only callables.
100+
100101The provided callable must return the service to be passed to the ``DependencyFactory ``.
101102The callable will receive as first argument the ``DependencyFactory `` itself,
102103allowing you to fetch other dependencies from the factory while instantiating your custom dependencies.
@@ -358,7 +359,7 @@ just have to add the following configuration option to your doctrine configurati
358359
359360 .. code-block :: xml
360361
361- <doctrine : dbal schema-filter =" ~^(?!t_)~" ... />
362+ <doctrine : dbal schema-filter =" ~^(?!t_)~" />
362363
363364
364365 .. code-block :: php
You can’t perform that action at this time.
0 commit comments