File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -81,13 +81,13 @@ The command should be now available using `./bin/console your-module:export`.
8181
8282We use the Symfony Console with nothing specific to PrestaShop.
8383
84- You can learn everything about this component in [their documentation](https://symfony.com/doc/4 .4/console.html) in version 4 .4.
84+ You can learn everything about this component in [their documentation](https://symfony.com/doc/6 .4/console.html) in version 6 .4.
8585
8686To sum up, there is a list of useful links :
8787
88- * [Create a new command](https://symfony.com/doc/4 .4/console.html#creating-a-command);
89- * [Manage the Command arguments](https://symfony.com/doc/4 .4/console/input.html);
90- * [Manage the Command output](https://symfony.com/doc/4 .4/console/style.html);
91- * [How to inject dependencies](https://symfony.com/doc/4 .4/console.html#getting-services-from-the-service-container) in a Command;
92- * [How to test a Command](https://symfony.com/doc/4 .4/console.html#testing-commands);
88+ * [Create a new command](https://symfony.com/doc/6 .4/console.html#creating-a-command);
89+ * [Manage the Command arguments](https://symfony.com/doc/6 .4/console/input.html);
90+ * [Manage the Command output](https://symfony.com/doc/6 .4/console/style.html);
91+ * [How to inject dependencies](https://symfony.com/doc/6 .4/console.html#getting-services-from-the-service-container) in a Command;
92+ * [How to test a Command](https://symfony.com/doc/6 .4/console.html#testing-commands);
9393* [Example module how to create console command](https://github.com/PrestaShop/example-modules/tree/master/democonsolecommand);
You can’t perform that action at this time.
0 commit comments