install, uninstall. pack to ModuleService

This commit is contained in:
2024-10-09 16:42:20 +03:00
parent fa2676ddb2
commit 9abfdd2fd9
70 changed files with 2317 additions and 57 deletions

View File

@ -0,0 +1,8 @@
<?php
namespace app\modules\tag\controllers;
class TagController extends \kernel\app_modules\tag\controllers\TagController
{
}