File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 3333 * $ php bin/console app:add-user -vv
3434 *
3535 * See http://symfony.com/doc/current/cookbook/console/console_command.html
36+ * For more advanced uses, commands can be defined as services too. See
37+ * https://symfony.com/doc/current/console/commands_as_services.html
3638 *
3739 * @author Javier Eguiluz <javier.eguiluz@gmail.com>
3840 * @author Yonel Ceruto <yonelceruto@gmail.com>
Original file line number Diff line number Diff line change 3131 * the full explanation about Symfony commands.
3232 *
3333 * See http://symfony.com/doc/current/cookbook/console/console_command.html
34+ * For more advanced uses, commands can be defined as services too. See
35+ * https://symfony.com/doc/current/console/commands_as_services.html
3436 *
3537 * @author Oleg Voronkovich <oleg-voronkovich@yandex.ru>
3638 */
Original file line number Diff line number Diff line change 2929 * $ php bin/console app:list-users
3030 *
3131 * See http://symfony.com/doc/current/cookbook/console/console_command.html
32+ * For more advanced uses, commands can be defined as services too. See
33+ * https://symfony.com/doc/current/console/commands_as_services.html
3234 *
3335 * @author Javier Eguiluz <javier.eguiluz@gmail.com>
3436 */
You can’t perform that action at this time.
0 commit comments