diff --git a/src/EventGeneration/EventTarget.php b/src/EventGeneration/EventTarget.php index 4679d2ae..c1a625b2 100644 --- a/src/EventGeneration/EventTarget.php +++ b/src/EventGeneration/EventTarget.php @@ -39,7 +39,7 @@ class EventTarget public function __construct() { - $this->identifier = static::$nextIdentifier++; + $this->identifier = self::$nextIdentifier++; } /**