counter++; } /** * Returns the unique ID of this number generator. * * Prefix it with your company name followed by a hyphen (e.g. "acme-"), * if this is a third-party generator. * * @return string */ public function getId(): string { return 'testing'; } }