module shop client
This commit is contained in:
12
kernel/modules/module_shop_client/manifest.json
Normal file
12
kernel/modules/module_shop_client/manifest.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "Module shop client",
|
||||
"version": "0.1",
|
||||
"author": "ITGuild",
|
||||
"slug": "module_shop_client",
|
||||
"description": "Module shop client module",
|
||||
"module_class": "kernel\\modules\\module_shop_client\\ModuleShopClientModule",
|
||||
"module_class_file": "{KERNEL_MODULES}/module_shop_client/ModuleShopClientModule.php",
|
||||
"routs": "routs/module_shop_client.php",
|
||||
"migration_path": "migrations",
|
||||
"dependence": "menu"
|
||||
}
|
Reference in New Issue
Block a user