module routing

This commit is contained in:
2024-09-13 16:51:41 +03:00
parent f48d6753e2
commit f20ba63277
5 changed files with 62 additions and 19 deletions

View File

@ -4,5 +4,6 @@
"author": "ITGuild",
"slug": "user",
"description": "User module",
"module_class": "UserModule"
"module_class": "UserModule",
"routs": "routs/user.php"
}