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
{{ message }}
This repository was archived by the owner on Dec 7, 2025. It is now read-only.
perhaps there is an update availabel to this behavior
the followiing code:
require_once APP . 'app_helper.php';
(I have moved this line to the private getSlug method seems to have no adverse effects)
means that when using models within shell/tasks cause output errors, moving the line above makes models within wf work within shells/tasks
perhaps
if (!class_exists('AppHelper')) {
App::import('Core', 'AppHelper', false);
}