forked fromsymfony/symfony-docs
- Notifications
You must be signed in to change notification settings - Fork0
Commit47a529b
[Fix][Console] Missing autoloading by Composer
Hello,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,1 parent0211fce commit47a529b
1 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)