first
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace app\modules\gestalt_profile_relationship;
|
||||
|
||||
class Gestalt_profile_relationshipModule extends \kernel\app_modules\gestalt_profile_relationship\Gestalt_profile_relationshipModule
|
||||
{
|
||||
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace app\modules\gestalt_profile_relationship\controllers;
|
||||
|
||||
class GestaltProfileRelationshipController extends \kernel\app_modules\gestalt_profile_relationship\controllers\GestaltProfileRelationshipController
|
||||
{
|
||||
|
||||
}
|
13
app/modules/gestalt_profile_relationship/manifest.json
Normal file
13
app/modules/gestalt_profile_relationship/manifest.json
Normal 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"
|
||||
}
|
@ -0,0 +1,2 @@
|
||||
<?php
|
||||
include KERNEL_APP_MODULES_DIR . "/gestalt_profile_relationship/routs/gestalt_profile_relationship.php";
|
Reference in New Issue
Block a user