Skip to content

Commit

Permalink
fix(field): Fix property deprecation notice (Fixes #66) (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x authored Jul 28, 2023
1 parent 1eea8af commit 5b43d35
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/PhoneNumberField.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 5b43d35

Please sign in to comment.