upload files
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user