dependences

This commit is contained in:
2024-10-10 16:45:53 +03:00
parent e29108f21d
commit 2711c0258d
4 changed files with 26 additions and 13 deletions

View File

@ -7,5 +7,6 @@
"module_class": "kernel\\modules\\post\\PostModule",
"module_class_file": "{KERNEL_MODULES}/post/PostModule.php",
"routs": "routs/post.php",
"migration_path": "migrations"
"migration_path": "migrations",
"dependence": "user"
}