module set and unset, dependencies

This commit is contained in:
2024-10-11 15:44:15 +03:00
parent d9c4cecd48
commit 5b9386f970
6 changed files with 92 additions and 5 deletions

View File

@ -8,5 +8,5 @@
"module_class_file": "{KERNEL_MODULES}/post/PostModule.php",
"routs": "routs/post.php",
"migration_path": "migrations",
"dependence": "user"
"dependence": "user,menu"
}

View File

@ -6,5 +6,6 @@
"description": "User module",
"module_class": "kernel\\modules\\user\\UserModule",
"module_class_file": "{KERNEL_MODULES}/user/UserModule.php",
"routs": "routs/user.php"
"routs": "routs/user.php",
"dependence": "menu"
}