revert add beforeClone and afterClone
This commit is contained in:
2026-03-21 16:47:44 +00:00
parent cb4036c272
commit 84e67482f9

View File

@@ -8,8 +8,8 @@ use \League\Event\EventDispatcher as BaseDispatcher;
trait CloneableTrait
{
public const string BEFORE_CLONE = 'beforeClone';
public const string AFTER_CLONE = 'afterClone';
private const string BEFORE_CLONE = 'beforeClone';
private const string AFTER_CLONE = 'afterClone';
final public function clone(): static
{