Skip to content

Commit

Permalink
FIX: undefined class User_Meta_Property
Browse files Browse the repository at this point in the history
  • Loading branch information
girafffee committed Aug 6, 2024
1 parent 5dec29d commit 3afe205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/actions-v2/register-user/register-user-action.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace JFB_Modules\Actions_V2\Register_User;

use Jet_Form_Builder\Actions\Action_Handler;
use Jet_Form_Builder\Actions\Methods\Update_User\User_Meta_Property;
use JFB_Modules\Actions_V2\Update_User\Properties\User_Meta_Property;
use Jet_Form_Builder\Actions\Types\Base;
use Jet_Form_Builder\Classes\Tools;
use Jet_Form_Builder\Exceptions\Action_Exception;
Expand Down

0 comments on commit 3afe205

Please sign in to comment.