kernel update
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user