forked fromsymfony/symfony-docs
- Notifications
You must be signed in to change notification settings - Fork0
Commit89189b0
committed
minorsymfony#7330 [Fix][Console] Missing autoloading by Composer (20uf)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closessymfony#7330).Discussion----------[Fix][Console] Missing autoloading by ComposerHello,The good practice is to use the autoloading mechanism provided by composer, except I notice that on this documentation it lacks the essential to make the example work.- Seehttp://symfony.com/doc/current/components/console/usage.html#using-console-commands-shortcuts-and-built-in-commandsI note that there is the call of the autoload in the other documents, for example:-http://symfony.com/doc/current/components/console/single_command_tool.htmlRegards,Commits-------47a529b [Fix][Console] Missing autoloading by Composer1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
0 commit comments
Comments
(0)