diff --git a/src/PhoneNumberField.php b/src/PhoneNumberField.php index 5abcd06..01df135 100644 --- a/src/PhoneNumberField.php +++ b/src/PhoneNumberField.php @@ -34,6 +34,20 @@ class PhoneNumberField extends \acf_field 'country' => 'us', ]; + /** + * The field asset URI. + * + * @var string + */ + public $uri; + + /** + * The field asset path. + * + * @var string + */ + public $path; + /** * Create a new phone number field instance. *