fix call to open file (#1720)

This commit is contained in:
Tac Tacelosky
2024-12-05 04:48:58 -06:00
committed by GitHub
parent d74eae57f7
commit ec54526f3a

View File

@@ -6,4 +6,4 @@
1. Configure /config/packages/survos_command.yaml to expose the namespaces (command prefixes)
2. <comment>Secure the /admin route, customize the route in config/routes/survos_command.yaml</>
3. optionally create a command with bin/console make:command app:do-something
4. bin/console open:local --path=/admin/commands/list
4. symfony open:local --path=/admin/commands/list