Hi, i am adding dynamic methods to a controller but it is still not bounding
$controller->addDynamicMethod('beforeDisplay', function () use ($controller) {
$controller->onShowBlockList();
$controller->onCopyBlockForm();
});
the onShowBlockList and onCopyBlockForm are also dynamically added before this. any idea?