Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
dergel committed Sep 9, 2024
1 parent 7a13d04 commit e2e4479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class_alias('Yakamara\YForm\Rest\AuthToken', 'rex_yform_rest_auth_token');
class_alias('Yakamara\YForm\List\YList', 'rex_yform_list');
class_alias('Yakamara\YForm\List\Tools', 'rex_yform_list_tools');
class_alias('Yakamara\YForm\RexVar\Data', 'rex_var_yform_data');
class_alias('Yakamara\YForm\RexVar\TableData', 'rex_var_yform_data');
class_alias('Yakamara\YForm\RexVar\TableData', 'rex_var_yform_table_data');
class_alias('Yakamara\YForm\Email\Template', 'rex_yform_email_template');
class_alias('Yakamara\YForm\Manager\Table\Table', 'rex_yform_manager_table');
class_alias('Yakamara\YForm\Manager\Table\Authorization', 'rex_yform_manager_table_authorization');
Expand Down

0 comments on commit e2e4479

Please sign in to comment.