module construct, add some templates

This commit is contained in:
2024-12-12 11:58:55 +03:00
parent a9951102c0
commit 1e566481f7
17 changed files with 215 additions and 19 deletions

View File

@ -7,7 +7,7 @@ use JetBrains\PhpStorm\NoReturn;
use kernel\AdminController;
use kernel\app_modules\photo\models\form\CreatePhotoForm;
use kernel\app_modules\photo\models\Photo;
use kernel\app_modules\photo\services\PhotoService;
use kernel\app_modules\photo\service\PhotoService;
use kernel\EntityRelation;
use kernel\Flash;
use kernel\helpers\Debug;