This commit is contained in:
2020-09-08 11:56:13 +08:00
parent cc0a1ec7b5
commit f394d40698
-1
View File
@@ -231,7 +231,6 @@ class Node extends Application
public function addAfter($handler)
{
$this->_after[] = $handler;
$this->restructure();
}