construct module

This commit is contained in:
2024-12-10 17:01:25 +03:00
parent 3c0b78ea56
commit a9951102c0
16 changed files with 386 additions and 15 deletions

View File

@ -0,0 +1,8 @@
<?php
namespace app\modules\{slug};
class {model}Module extends \kernel\app_modules\{slug}\{model}Module
{
}