Skip to content

Commit

Permalink
Reword, as using module factory files is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
XedinUnknown committed Aug 12, 2023
1 parent a17aa51 commit 37481b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ in any required way, including:
In order to make modules de-coupled from the application, but to still be able
to provide dependencies from the application to the module, it is sometimes
desirable to use a "padding" between the application and the module's
initialization. In this project, as well as in some others, we use a
initialization. For this reason, in projects using this bootstrap you may sometimes find an
`module.php` file. This file returns a function which, given some parameters
like the root project path, will return a [`ModuleInterface`][] instance.
Another approach could be to use a named constructor, or even a dedicated
Expand Down

0 comments on commit 37481b9

Please sign in to comment.