Skip to content

Commit

Permalink
Update autoloader.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ihslimn authored Feb 9, 2024
1 parent 51f303c commit 08c91b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/autoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class Autoloader {
'Jet_Form_Builder\\Request\\Parser_Manager' => 'JFB_Modules\\Block_Parsers\\Module',
'Jet_Form_Builder\\Request\\Field_Data_Parser' => 'JFB_Modules\\Block_Parsers\\Field_Data_Parser',
'Jet_Form_Builder\\Blocks\\Validation' => 'JFB_Modules\\Validation\\Module',
//block renderers
// block renderers
'Jet_Form_Builder\\Blocks\\Render\\Radio_Field_Render' => 'JFB_Modules\\Option_Field\\Blocks\\Radio\\Block_Render',
'Jet_Form_Builder\\Blocks\\Render\\Select_Field_Render' => 'JFB_Modules\\Option_Field\\Blocks\\Select\\Block_Render',
'Jet_Form_Builder\\Blocks\\Render\\Checkbox_Field_Render' => 'JFB_Modules\\Option_Field\\Blocks\\Checkbox\\Block_Render',
Expand Down

0 comments on commit 08c91b5

Please sign in to comment.