kernel update

This commit is contained in:
2024-11-20 12:56:15 +03:00
parent 1ea3eca919
commit fd9439c9e2
32 changed files with 405 additions and 114 deletions

View File

@ -11,7 +11,7 @@ class Widget
public function __construct(array $data = [])
{
$this->cgView = new CgView();
$this->cgView->viewPath = ROOT_DIR . "/views/widgets";
$this->cgView->viewPath = KERNEL_DIR . "/views/widgets";
$this->data = $data;