You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CakePHP 4.4 adding the helper has changed to:
$this->viewBuilder()->setHelpers(['PlumSearch.Search']);
instead of
public $helpers = [
'PlumSearch.Search'
];
The text was updated successfully, but these errors were encountered:
In CakePHP 4.4 adding the helper has changed to:
$this->viewBuilder()->setHelpers(['PlumSearch.Search']);
instead of
public $helpers = [
'PlumSearch.Search'
];
The text was updated successfully, but these errors were encountered: