/** * Registry constructor * * @since 4.0.0 */ public function __construct() { // Use a dedicated dispatcher $this->setDispatcher(new EventDispatcher()); }