This commit is contained in:
2025-06-18 14:50:18 +03:00
parent a64ed080bb
commit 4c716a8a8c
160 changed files with 6786 additions and 23 deletions

View File

@ -0,0 +1,13 @@
{
"name": "Профили психологов (связь)",
"version": "0.1",
"author": "kavalar",
"type": "additional_property",
"slug": "gestalt_profile_relationship",
"description": "Профили психологов (связь) module",
"module_class": "app\\modules\\gestalt_profile_relationship\\Gestalt_profile_relationshipModule",
"module_class_file": "{APP}/modules/gestalt_profile_relationship/Gestalt_profile_relationshipModule.php",
"routs": "routs/gestalt_profile_relationship.php",
"migration_path": "migrations",
"dependence": "gestalt_profile"
}