OwlCyberSecurity - MANAGER
Edit File: Honeypot.php
<?php namespace Give\Framework\FieldsAPI; /** * @since 3.16.2 */ class Honeypot extends Field { use Concerns\HasLabel; const TYPE = 'honeypot'; }