upload files

This commit is contained in:
2024-09-10 12:55:41 +03:00
parent 09d8427293
commit fa8fb69f19
7 changed files with 84 additions and 30 deletions

View File

@ -17,6 +17,7 @@ class PostController extends AdminController
protected function init(): void
{
parent::init();
$this->cgView->viewPath = KERNEL_MODULES_DIR . "/post/views/";
$this->postService = new PostService();
}